C# Class FourRoads.TelligentCommunity.MicroData.MicroDataGrid

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

Public Methods

Method Description
GetConfigurationPropertyValue ( ) : object
SetConfigurationPropertyValue ( object value ) : void

Protected Methods

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

Private Methods

Method Description
CreateDataSource ( string data ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetConfigurationPropertyValue() public method

public GetConfigurationPropertyValue ( ) : object
return object

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

SetConfigurationPropertyValue() public method

public SetConfigurationPropertyValue ( object value ) : void
value object
return void