C# Class DEmo2AutoHostedWeb.Pages.ClientWebPart1

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: Readify/Teched2013AU_APT002

Protected Properties

Свойство Type Description
AppWebLabel global::System.Web.UI.WebControls.Label
CurrentUserLabel global::System.Web.UI.WebControls.Label
ListList global::System.Web.UI.WebControls.ListView
UserList global::System.Web.UI.WebControls.ListView
WebTitleLabel global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

Méthodes protégées

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

Method Details

Page_Load() protected méthode

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

Property Details

AppWebLabel protected_oe property

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

CurrentUserLabel protected_oe property

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

ListList protected_oe property

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

UserList protected_oe property

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

WebTitleLabel protected_oe property

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

form1 protected_oe property

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