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

Afficher le fichier Open project: codaxy/dox

Méthodes publiques

Méthode 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 méthode

public static anchor ( this builder, string id ) : HtmlBuilder
builder this
id string
Résultat HtmlBuilder

dataType() public static méthode

public static dataType ( this html, DataType dt ) : HtmlBuilder
html this
dt DataType
Résultat HtmlBuilder

dbColumnHeader() public static méthode

public static dbColumnHeader ( this builder ) : HtmlBuilder
builder this
Résultat HtmlBuilder

dbSpHeader() public static méthode

public static dbSpHeader ( this builder ) : HtmlBuilder
builder this
Résultat HtmlBuilder

dbSpParamHeader() public static méthode

public static dbSpParamHeader ( this builder ) : HtmlBuilder
builder this
Résultat HtmlBuilder

dbTableHeader() public static méthode

public static dbTableHeader ( this builder ) : HtmlBuilder
builder this
Résultat HtmlBuilder

internalLink() public static méthode

public static internalLink ( this builder, String text, String cls, String relDoc ) : HtmlBuilder
builder this
text String
cls String
relDoc String
Résultat HtmlBuilder

internalLink() public static méthode

public static internalLink ( this builder, String text, String cls, String relDoc, String section ) : HtmlBuilder
builder this
text String
cls String
relDoc String
section String
Résultat HtmlBuilder

rowHeader() public static méthode

public static rowHeader ( this builder, bool expandable ) : HtmlBuilder
builder this
expandable bool
Résultat HtmlBuilder