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

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

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
OnPreRender ( EventArgs e ) : 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

OnPreRender() protected méthode

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

SetConfigurationPropertyValue() public méthode

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