C# Class System.Web.UI.WebControls.ChangePassword.BaseChangePasswordContainer

Inheritance: Control, INamingContainer, INonBindingContainer
Afficher le fichier Open project: remobjects/mono

Protected Properties

Свойство Type Description
_owner ChangePassword

Méthodes publiques

Méthode Description
BaseChangePasswordContainer ( ChangePassword owner ) : System
InstantiateTemplate ( ITemplate template ) : void

Méthodes protégées

Méthode Description
EnsureChildControls ( ) : void
OnPreRender ( EventArgs e ) : void

Private Methods

Méthode Description
InitTable ( ) : void

Method Details

BaseChangePasswordContainer() public méthode

public BaseChangePasswordContainer ( ChangePassword owner ) : System
owner ChangePassword
Résultat System

EnsureChildControls() protected méthode

protected EnsureChildControls ( ) : void
Résultat void

InstantiateTemplate() public méthode

public InstantiateTemplate ( ITemplate template ) : void
template ITemplate
Résultat void

OnPreRender() protected méthode

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

Property Details

_owner protected_oe property

protected ChangePassword,System.Web.UI.WebControls _owner
Résultat ChangePassword