C# 클래스 Ext.Net.BaseScriptBuilder

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
scriptsResources string>.InsertOrderedDictionary
stylesResources string>.InsertOrderedDictionary

Private Properties

프로퍼티 타입 설명
BaseScriptBuilder System
Build string
Build string
Combine string
ExcludeControl bool
FindControls List
GetIsExcluded bool
GetWebResourceUrl string
RegisterHtml void
RenderControl string

보호된 메소드들

메소드 설명
CheckIcon ( XControl control, List icons ) : void
CheckResources ( XControl control ) : void
RegisterResources ( string script ) : string

비공개 메소드들

메소드 설명
BaseScriptBuilder ( XControl control ) : System
Build ( ) : string
Build ( bool selfRendering ) : string
Combine ( string key ) : string
ExcludeControl ( Control parent, Control control ) : bool
FindControls ( Control seed, bool searchOnly, StringBuilder sb, List icons ) : List
GetIsExcluded ( string key ) : bool
GetWebResourceUrl ( Type type, string resourceName ) : string
RegisterHtml ( StringBuilder sb, Page pageHolder ) : void
RenderControl ( Control control, Page pageHolder ) : string

메소드 상세

CheckIcon() 보호된 메소드

protected CheckIcon ( XControl control, List icons ) : void
control XControl
icons List
리턴 void

CheckResources() 보호된 메소드

protected CheckResources ( XControl control ) : void
control XControl
리턴 void

RegisterResources() 보호된 메소드

protected RegisterResources ( string script ) : string
script string
리턴 string

프로퍼티 상세

scriptsResources 보호되어 있는 프로퍼티

protected InsertOrderedDictionary scriptsResources
리턴 string>.InsertOrderedDictionary

stylesResources 보호되어 있는 프로퍼티

protected InsertOrderedDictionary stylesResources
리턴 string>.InsertOrderedDictionary