C# Class Ext.Net.BaseScriptBuilder

Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Protected Properties

Свойство Type Description
scriptsResources string>.InsertOrderedDictionary
stylesResources string>.InsertOrderedDictionary

Private Properties

Свойство Type Description
BaseScriptBuilder System
Build string
Build string
Combine string
ExcludeControl bool
FindControls List
GetIsExcluded bool
GetWebResourceUrl string
RegisterHtml void
RenderControl string

Méthodes protégées

Méthode Description
CheckIcon ( XControl control, List icons ) : void
CheckResources ( XControl control ) : void
RegisterResources ( string script ) : string

Private Methods

Méthode Description
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

Method Details

CheckIcon() protected méthode

protected CheckIcon ( XControl control, List icons ) : void
control XControl
icons List
Résultat void

CheckResources() protected méthode

protected CheckResources ( XControl control ) : void
control XControl
Résultat void

RegisterResources() protected méthode

protected RegisterResources ( string script ) : string
script string
Résultat string

Property Details

scriptsResources protected_oe property

protected InsertOrderedDictionary scriptsResources
Résultat string>.InsertOrderedDictionary

stylesResources protected_oe property

protected InsertOrderedDictionary stylesResources
Résultat string>.InsertOrderedDictionary