ExpansionBase.DisplayNameFor Method (String, String, Int32, String, String)

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > DisplayNameFor Method  >

ExpansionBase.DisplayNameFor Method (String, String, Int32, String, String)

Displays the name for.

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public string DisplayNameFor(
 string table,
 string column,
 int indent,
 string startTag,
 string endTag
)

Parameters

table

Type: String

The table.

column

Type: String

The column.

indent

Type: Int32

The indent.

startTag

Type: String

The start tag.

endTag

Type: String

The end tag.

Return Value

System.String.

See Also


ExpansionBase Class

DisplayNameFor Overload

ZeraSystems.CodeNanite.Expansion Namespace