C# 클래스 KnowYourTurf.Core.Html.Expressions.HtmlCommonExpressionBase

파일 보기 프로젝트 열기: reharik/KnowYourTurf

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
addCssClasses ( StringBuilder builder, string>.IDictionary attributes ) : void

메소드 상세

GetAllHtmlAttributes() 보호된 메소드

protected GetAllHtmlAttributes ( ) : string>.IDictionary
리턴 string>.IDictionary

GetHtmlAttributesString() 보호된 메소드

protected GetHtmlAttributesString ( ) : string
리턴 string

HtmlCommonExpressionBase() 보호된 메소드

protected HtmlCommonExpressionBase ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

addMainTagAttributes() 보호된 메소드

protected addMainTagAttributes ( ) : void
리턴 void

beforeEndingMainTag() 보호된 메소드

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

beforeMainTagInnerText() 보호된 메소드

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

beforeStartingMainTag() 보호된 메소드

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

renderCustomAttributes() 보호된 메소드

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

theMainTagInnerTextIs() 보호된 메소드

protected theMainTagInnerTextIs ( ) : string
리턴 string

theMainTagIs() 보호된 메소드

protected theMainTagIs ( ) : string
리턴 string