C# 클래스 HtmlTags.UI.Builders.CheckBoxListBuilder

상속: BaseElementBuilder
파일 보기 프로젝트 열기: ryanohs/Fubu-HtmlTags-For-ASP.NET-MVC

보호된 메소드들

메소드 설명
BuildTag ( ElementRequest req ) : HtmlTags.HtmlTag
GetCheckBoxListAttribute ( ElementRequest req ) : CheckBoxListAttribute
GetOptionPairs ( ElementRequest req, CheckBoxListAttribute attrib ) : Options
matches ( AccessorDef def ) : bool

메소드 상세

BuildTag() 보호된 메소드

protected BuildTag ( ElementRequest req ) : HtmlTags.HtmlTag
req ElementRequest
리턴 HtmlTags.HtmlTag

GetCheckBoxListAttribute() 보호된 메소드

protected GetCheckBoxListAttribute ( ElementRequest req ) : CheckBoxListAttribute
req ElementRequest
리턴 CheckBoxListAttribute

GetOptionPairs() 보호된 메소드

protected GetOptionPairs ( ElementRequest req, CheckBoxListAttribute attrib ) : Options
req ElementRequest
attrib CheckBoxListAttribute
리턴 Options

matches() 보호된 메소드

protected matches ( AccessorDef def ) : bool
def AccessorDef
리턴 bool