C# Класс Upac.Membership.UserControls.YourProfile

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
ShowEditView ( object sender, EventArgs e ) : void
ShowProfileView ( object sender, EventArgs e ) : void

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

ShowEditView() защищенный Метод

protected ShowEditView ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

ShowProfileView() защищенный Метод

protected ShowProfileView ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

btShowEditView защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

btShowProfileView защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

multiView защищенное свойство

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
Результат global::System.Web.UI.WebControls.MultiView

viewProfile защищенное свойство

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
Результат global::System.Web.UI.WebControls.View

viewProfileEdit защищенное свойство

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
Результат global::System.Web.UI.WebControls.View