C# Class Ext.Net.PropertyGrid

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

Private Properties

Свойство Type Description
AddProperty void
ChopQuotes string
CreateChildControls void
CreateEditors void
FindParam PropertyGridParameter
LoadPostData bool
OnDataChanged void
OnPreRender void
PropertyGrid System
RaiseCallBackEvent void
RaisePostBackEvent void
RaisePostDataChangedEvent void
RemoveProperty void
SetSource void
UpdateProperty void

Méthodes publiques

Méthode Description
BuildSource ( string strSource ) : void
PropertyGrid ( Config config ) : System

Méthodes protégées

Méthode Description
CheckStore ( ) : void

Private Methods

Méthode Description
AddProperty ( PropertyGridParameter property ) : void
ChopQuotes ( string value ) : string
CreateChildControls ( ) : void
CreateEditors ( ) : void
FindParam ( string name ) : PropertyGridParameter
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnDataChanged ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
PropertyGrid ( ) : System
RaiseCallBackEvent ( string eventArgument ) : void
RaisePostBackEvent ( string eventArgument ) : void
RaisePostDataChangedEvent ( ) : void
RemoveProperty ( string propertyName ) : void
SetSource ( PropertyGridParameterCollection source ) : void
UpdateProperty ( string propertyName, object value ) : void

Method Details

BuildSource() public méthode

public BuildSource ( string strSource ) : void
strSource string
Résultat void

CheckStore() protected méthode

protected CheckStore ( ) : void
Résultat void

PropertyGrid() public méthode

public PropertyGrid ( Config config ) : System
config Config
Résultat System