C# 클래스 Codaxy.Dox.Formatters.SqlServer.HtmlBuilderExtensions

파일 보기 프로젝트 열기: codaxy/dox

공개 메소드들

메소드 설명
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

메소드 상세

anchor() 공개 정적인 메소드

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

dataType() 공개 정적인 메소드

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

dbColumnHeader() 공개 정적인 메소드

public static dbColumnHeader ( this builder ) : HtmlBuilder
builder this
리턴 HtmlBuilder

dbSpHeader() 공개 정적인 메소드

public static dbSpHeader ( this builder ) : HtmlBuilder
builder this
리턴 HtmlBuilder

dbSpParamHeader() 공개 정적인 메소드

public static dbSpParamHeader ( this builder ) : HtmlBuilder
builder this
리턴 HtmlBuilder

dbTableHeader() 공개 정적인 메소드

public static dbTableHeader ( this builder ) : HtmlBuilder
builder this
리턴 HtmlBuilder

internalLink() 공개 정적인 메소드

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

internalLink() 공개 정적인 메소드

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

rowHeader() 공개 정적인 메소드

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