C# Class ProjectName.Web.MainContentTemplate

Afficher le fichier Open project: MonoSoftware/MonoX-Sample-Solution

Protected Properties

Свойство Type Description
GPSLocation global::System.Web.UI.WebControls.TextBox
Hometown global::System.Web.UI.WebControls.TextBox
Ul1 global::System.Web.UI.HtmlControls.HtmlGenericControl
UpdateDate global::System.Web.UI.WebControls.TextBox
btnSave global::MonoSoftware.MonoX.Controls.StyledButton
labEditProfile2 global::System.Web.UI.HtmlControls.HtmlGenericControl
labGPSLocation global::System.Web.UI.WebControls.Label
labHometown global::System.Web.UI.WebControls.Label
labUpdateDate global::System.Web.UI.WebControls.Label
labViewProfile2 global::System.Web.UI.HtmlControls.HtmlGenericControl
lnkEditProfile2 global::System.Web.UI.WebControls.LinkButton
lnkViewProfile2 global::System.Web.UI.WebControls.LinkButton
prevGPSLocation global::System.Web.UI.WebControls.Label
prevHometown global::System.Web.UI.WebControls.Label
prevUpdateDate global::System.Web.UI.WebControls.Label

Private Properties

Свойство Type Description
Page_LoadComplete void
btnSave_Click void
lnkEditProfile_Click void
lnkViewProfile_Click void

Méthodes publiques

Méthode Description
DataBind ( ) : void

Module databind.

DataBind ( bool rebind ) : void

Module databind.

Méthodes protégées

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

Private Methods

Méthode Description
Page_LoadComplete ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
lnkEditProfile_Click ( object sender, EventArgs e ) : void
lnkViewProfile_Click ( object sender, EventArgs e ) : void

Method Details

DataBind() public méthode

Module databind.
public DataBind ( ) : void
Résultat void

DataBind() public méthode

Module databind.
public DataBind ( bool rebind ) : void
rebind bool Refetch the user data
Résultat void

Page_Init() protected méthode

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

Page_Load() protected méthode

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

Property Details

GPSLocation protected_oe property

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

Hometown protected_oe property

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

Ul1 protected_oe property

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

UpdateDate protected_oe property

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

btnSave protected_oe property

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.Controls.StyledButton btnSave
Résultat global::MonoSoftware.MonoX.Controls.StyledButton

labEditProfile2 protected_oe property

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

labGPSLocation protected_oe property

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

labHometown protected_oe property

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

labUpdateDate protected_oe property

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

labViewProfile2 protected_oe property

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

lnkEditProfile2 protected_oe property

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

lnkViewProfile2 protected_oe property

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

prevGPSLocation protected_oe property

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

prevHometown protected_oe property

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

prevUpdateDate protected_oe property

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