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

显示文件 Open project: dnnsharp/DynamicRotator

Protected Properties

Property 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

Public Methods

Method Description
ToAbsoluteUrl ( string relativeUrl ) : string

Protected Methods

Method Description
EnableFirstTime ( ) : void
EnableTrialExpired ( ) : void
OnUnlockTrial ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
UnlockTrial1 ( ) : void

Method Details

EnableFirstTime() protected method

protected EnableFirstTime ( ) : void
return void

EnableTrialExpired() protected method

protected EnableTrialExpired ( ) : void
return void

OnUnlockTrial() protected method

protected OnUnlockTrial ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ToAbsoluteUrl() public static method

public static ToAbsoluteUrl ( string relativeUrl ) : string
relativeUrl string
return string

UnlockTrial1() protected method

protected UnlockTrial1 ( ) : void
return void

Property Details

_RegCoreApp protected_oe property

protected RegCoreApp _RegCoreApp
return RegCoreApp

_RegCoreServer protected_oe property

protected RegCoreServer _RegCoreServer
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.RequiredFieldValidator