C# Class Upac.Membership.UserControls.YourProfile

Afficher le fichier Open project: 1508/upac-for-umbraco

Protected Properties

Свойство Type Description
btShowEditView global::System.Web.UI.WebControls.Button
btShowProfileView global::System.Web.UI.WebControls.Button
multiView global::System.Web.UI.WebControls.MultiView
viewProfile global::System.Web.UI.WebControls.View
viewProfileEdit global::System.Web.UI.WebControls.View

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
ShowEditView ( object sender, EventArgs e ) : void
ShowProfileView ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ShowEditView() protected méthode

protected ShowEditView ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ShowProfileView() protected méthode

protected ShowProfileView ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

btShowEditView protected_oe property

btShowEditView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btShowEditView
Résultat global::System.Web.UI.WebControls.Button

btShowProfileView protected_oe property

btShowProfileView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btShowProfileView
Résultat global::System.Web.UI.WebControls.Button

multiView protected_oe property

multiView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.MultiView multiView
Résultat global::System.Web.UI.WebControls.MultiView

viewProfile protected_oe property

viewProfile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viewProfile
Résultat global::System.Web.UI.WebControls.View

viewProfileEdit protected_oe property

viewProfileEdit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viewProfileEdit
Résultat global::System.Web.UI.WebControls.View