C# Class FourRoads.Common.TelligentCommunity.Controls.PasswordPropertyControl

Inheritance: System.Web.UI.Control, IPropertyControl
Exibir arquivo Open project: 4-Roads/FourRoads.TelligentCommunity

Public Methods

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

Protected Methods

Method Description
CreateChildControls ( ) : void
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : 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

OnPreRender() protected method

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

SetConfigurationPropertyValue() public method

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