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 |
public static GetFkTargetAnchorId ( this fk ) : string | ||
fk | this | |
return | string |
public static GetForeignKeyParentColumnNames ( this fk ) : string[] | ||
fk | this | |
return | string[] |
public static GetForeignKeyReferenceColumnNames ( this fk ) : string[] | ||
fk | this | |
return | string[] |
public static GetObjectAnchorId ( this targetObj ) : string | ||
targetObj | this | |
return | string |
public static GetReturnTypeDisplayText ( this func ) : string | ||
func | this | |
return | string |
public static ToYesNo ( this input ) : string | ||
input | this | |
return | string |