C# Class Codaxy.Dox.Formatters.SqlServer.HtmlBuilderExtensions

ファイルを表示 Open project: codaxy/dox

Public Methods

Method Description
anchor ( this builder, string id ) : HtmlBuilder
dataType ( this html, DataType dt ) : HtmlBuilder
dbColumnHeader ( this builder ) : HtmlBuilder
dbSpHeader ( this builder ) : HtmlBuilder
dbSpParamHeader ( this builder ) : HtmlBuilder
dbTableHeader ( this builder ) : HtmlBuilder
internalLink ( this builder, String text, String cls, String relDoc ) : HtmlBuilder
internalLink ( this builder, String text, String cls, String relDoc, String section ) : HtmlBuilder
rowHeader ( this builder, bool expandable ) : HtmlBuilder

Method Details

anchor() public static method

public static anchor ( this builder, string id ) : HtmlBuilder
builder this
id string
return HtmlBuilder

dataType() public static method

public static dataType ( this html, DataType dt ) : HtmlBuilder
html this
dt DataType
return HtmlBuilder

dbColumnHeader() public static method

public static dbColumnHeader ( this builder ) : HtmlBuilder
builder this
return HtmlBuilder

dbSpHeader() public static method

public static dbSpHeader ( this builder ) : HtmlBuilder
builder this
return HtmlBuilder

dbSpParamHeader() public static method

public static dbSpParamHeader ( this builder ) : HtmlBuilder
builder this
return HtmlBuilder

dbTableHeader() public static method

public static dbTableHeader ( this builder ) : HtmlBuilder
builder this
return HtmlBuilder

internalLink() public static method

public static internalLink ( this builder, String text, String cls, String relDoc ) : HtmlBuilder
builder this
text String
cls String
relDoc String
return HtmlBuilder

internalLink() public static method

public static internalLink ( this builder, String text, String cls, String relDoc, String section ) : HtmlBuilder
builder this
text String
cls String
relDoc String
section String
return HtmlBuilder

rowHeader() public static method

public static rowHeader ( this builder, bool expandable ) : HtmlBuilder
builder this
expandable bool
return HtmlBuilder