C# Class avt.DynamicFlashRotator.Net.RegCore.WebClient.UnlockTrial

Afficher le fichier Open project: dnnsharp/DynamicRotator

Protected Properties

Свойство Type Description
_RegCoreApp RegCoreApp
_RegCoreServer RegCoreServer
btnUnlockTrial global::System.Web.UI.WebControls.Button
pnlTrialExpired global::System.Web.UI.HtmlControls.HtmlGenericControl
pnlUnlockTrial global::System.Web.UI.HtmlControls.HtmlGenericControl
tbTrialEmail global::System.Web.UI.WebControls.TextBox
vldUnlockTrial_EmailFormat global::System.Web.UI.WebControls.RegularExpressionValidator
vldUnlockTrial_EmailReq global::System.Web.UI.WebControls.RequiredFieldValidator

Méthodes publiques

Méthode Description
ToAbsoluteUrl ( string relativeUrl ) : string

Méthodes protégées

Méthode Description
EnableFirstTime ( ) : void
EnableTrialExpired ( ) : void
OnUnlockTrial ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
UnlockTrial1 ( ) : void

Method Details

EnableFirstTime() protected méthode

protected EnableFirstTime ( ) : void
Résultat void

EnableTrialExpired() protected méthode

protected EnableTrialExpired ( ) : void
Résultat void

OnUnlockTrial() protected méthode

protected OnUnlockTrial ( 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

ToAbsoluteUrl() public static méthode

public static ToAbsoluteUrl ( string relativeUrl ) : string
relativeUrl string
Résultat string

UnlockTrial1() protected méthode

protected UnlockTrial1 ( ) : void
Résultat void

Property Details

_RegCoreApp protected_oe property

protected RegCoreApp _RegCoreApp
Résultat RegCoreApp

_RegCoreServer protected_oe property

protected RegCoreServer _RegCoreServer
Résultat RegCoreServer

btnUnlockTrial protected_oe property

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

pnlTrialExpired protected_oe property

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

pnlUnlockTrial protected_oe property

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

tbTrialEmail protected_oe property

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

vldUnlockTrial_EmailFormat protected_oe property

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

vldUnlockTrial_EmailReq protected_oe property

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