C# Класс net.datacowboy.SqlServerDatabaseDocumentationGenerator.Document.FormattingExtensionMethod

Показать файл Открыть проект

Открытые методы

Метод Описание
GetFkTargetAnchorId ( this fk ) : string

Get the target text for a foreign key by anchor ID

GetForeignKeyParentColumnNames ( this fk ) : string[]

For a given foreign key get the column names as array of string

GetForeignKeyReferenceColumnNames ( this fk ) : string[]
GetObjectAnchorId ( this targetObj ) : string

Get the text for a unique ID for Anchoring the object within the document

GetReturnTypeDisplayText ( this func ) : string

Create reader friendly text for display of a functon return value

ToYesNo ( this input ) : string

Описание методов

GetFkTargetAnchorId() публичный статический Метод

Get the target text for a foreign key by anchor ID
public static GetFkTargetAnchorId ( this fk ) : string
fk this
Результат string

GetForeignKeyParentColumnNames() публичный статический Метод

For a given foreign key get the column names as array of string
public static GetForeignKeyParentColumnNames ( this fk ) : string[]
fk this
Результат string[]

GetForeignKeyReferenceColumnNames() публичный статический Метод

public static GetForeignKeyReferenceColumnNames ( this fk ) : string[]
fk this
Результат string[]

GetObjectAnchorId() публичный статический Метод

Get the text for a unique ID for Anchoring the object within the document
public static GetObjectAnchorId ( this targetObj ) : string
targetObj this
Результат string

GetReturnTypeDisplayText() публичный статический Метод

Create reader friendly text for display of a functon return value
public static GetReturnTypeDisplayText ( this func ) : string
func this
Результат string

ToYesNo() публичный статический Метод

public static ToYesNo ( this input ) : string
input this
Результат string