C# Class FourRoads.TelligentCommunity.MicroData.MicroDataGrid

Inheritance: System.Web.UI.Control, INamingContainer, IPropertyControl
Afficher le fichier Open project: 4-Roads/FourRoads.TelligentCommunity Class Usage Examples

Méthodes publiques

Méthode Description
GetConfigurationPropertyValue ( ) : object
SetConfigurationPropertyValue ( object value ) : void

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Méthode Description
CreateDataSource ( string data ) : void

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

GetConfigurationPropertyValue() public méthode

public GetConfigurationPropertyValue ( ) : object
Résultat object

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

SetConfigurationPropertyValue() public méthode

public SetConfigurationPropertyValue ( object value ) : void
value object
Résultat void