C# Class net.datacowboy.SqlServerDatabaseDocumentationGenerator.Document.FormattingExtensionMethod

显示文件 Open project: jeremykdev/SqlServerDatabaseDocumentationGenerator

Public Methods

Method Description
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

Method Details

GetFkTargetAnchorId() public static method

Get the target text for a foreign key by anchor ID
public static GetFkTargetAnchorId ( this fk ) : string
fk this
return string

GetForeignKeyParentColumnNames() public static method

For a given foreign key get the column names as array of string
public static GetForeignKeyParentColumnNames ( this fk ) : string[]
fk this
return string[]

GetForeignKeyReferenceColumnNames() public static method

public static GetForeignKeyReferenceColumnNames ( this fk ) : string[]
fk this
return string[]

GetObjectAnchorId() public static method

Get the text for a unique ID for Anchoring the object within the document
public static GetObjectAnchorId ( this targetObj ) : string
targetObj this
return string

GetReturnTypeDisplayText() public static method

Create reader friendly text for display of a functon return value
public static GetReturnTypeDisplayText ( this func ) : string
func this
return string

ToYesNo() public static method

public static ToYesNo ( this input ) : string
input this
return string