C# Class KnowYourTurf.Core.Html.Expressions.HtmlCommonExpressionBase

Mostrar archivo Open project: reharik/KnowYourTurf

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
GetAllHtmlAttributes ( ) : string>.IDictionary
GetHtmlAttributesString ( ) : string
HtmlCommonExpressionBase ( ) : System.Collections.Generic
addMainTagAttributes ( ) : void
beforeEndingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
beforeMainTagInnerText ( System.Web.UI.HtmlTextWriter html ) : void
beforeStartingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
renderCustomAttributes ( System.Web.UI.HtmlTextWriter html ) : void
theMainTagInnerTextIs ( ) : string
theMainTagIs ( ) : string

Private Methods

Method Description
addCssClasses ( StringBuilder builder, string>.IDictionary attributes ) : void

Method Details

GetAllHtmlAttributes() protected method

protected GetAllHtmlAttributes ( ) : string>.IDictionary
return string>.IDictionary

GetHtmlAttributesString() protected method

protected GetHtmlAttributesString ( ) : string
return string

HtmlCommonExpressionBase() protected method

protected HtmlCommonExpressionBase ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

addMainTagAttributes() protected method

protected addMainTagAttributes ( ) : void
return void

beforeEndingMainTag() protected method

protected beforeEndingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
return void

beforeMainTagInnerText() protected method

protected beforeMainTagInnerText ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
return void

beforeStartingMainTag() protected method

protected beforeStartingMainTag ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
return void

renderCustomAttributes() protected method

protected renderCustomAttributes ( System.Web.UI.HtmlTextWriter html ) : void
html System.Web.UI.HtmlTextWriter
return void

theMainTagInnerTextIs() protected method

protected theMainTagInnerTextIs ( ) : string
return string

theMainTagIs() protected method

protected theMainTagIs ( ) : string
return string