C# Class HtmlTags.UI.Builders.CheckBoxListBuilder

Inheritance: BaseElementBuilder
显示文件 Open project: ryanohs/Fubu-HtmlTags-For-ASP.NET-MVC

Protected Methods

Method Description
BuildTag ( ElementRequest req ) : HtmlTags.HtmlTag
GetCheckBoxListAttribute ( ElementRequest req ) : CheckBoxListAttribute
GetOptionPairs ( ElementRequest req, CheckBoxListAttribute attrib ) : Options
matches ( AccessorDef def ) : bool

Method Details

BuildTag() protected method

protected BuildTag ( ElementRequest req ) : HtmlTags.HtmlTag
req ElementRequest
return HtmlTags.HtmlTag

GetCheckBoxListAttribute() protected method

protected GetCheckBoxListAttribute ( ElementRequest req ) : CheckBoxListAttribute
req ElementRequest
return CheckBoxListAttribute

GetOptionPairs() protected method

protected GetOptionPairs ( ElementRequest req, CheckBoxListAttribute attrib ) : Options
req ElementRequest
attrib CheckBoxListAttribute
return Options

matches() protected method

protected matches ( AccessorDef def ) : bool
def AccessorDef
return bool