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

显示文件 Open project: dnnsharp/DynamicRotator

Protected Properties

Property Type Description
Body global::System.Web.UI.HtmlControls.HtmlGenericControl
Form global::System.Web.UI.HtmlControls.HtmlForm
LinkButton1 global::System.Web.UI.WebControls.LinkButton
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
_RegCoreApp RegCoreApp
_RegCoreServer RegCoreServer
_hosts List
btnActivationTool global::System.Web.UI.HtmlControls.HtmlAnchor
btnClose global::System.Web.UI.WebControls.LinkButton
btnNext global::System.Web.UI.WebControls.LinkButton
ddHosts global::System.Web.UI.WebControls.DropDownList
lnkPurchase global::System.Web.UI.HtmlControls.HtmlAnchor
pnlActivateForm global::System.Web.UI.HtmlControls.HtmlGenericControl
pnlActivateManually global::System.Web.UI.HtmlControls.HtmlGenericControl
pnlActivateManuallyBtn global::System.Web.UI.HtmlControls.HtmlGenericControl
pnlHosts global::System.Web.UI.HtmlControls.HtmlGenericControl
pnlRegCode global::System.Web.UI.HtmlControls.HtmlGenericControl
pnlSuccess global::System.Web.UI.WebControls.Panel
reqHost global::System.Web.UI.WebControls.CustomValidator
tbActCode global::System.Web.UI.WebControls.TextBox
tbHost global::System.Web.UI.WebControls.TextBox
txtRegistrationCode global::System.Web.UI.WebControls.TextBox
validateActivation global::System.Web.UI.WebControls.CustomValidator

Protected Methods

Method Description
OnActivate ( object Sender, EventArgs args ) : void
OnActivateManually ( Object Sender, EventArgs args ) : void
OnCloseSA ( object sender, EventArgs e ) : void
OnManualActivate ( object Sender, EventArgs args ) : void
OnNext ( Object Sender, EventArgs args ) : void
Page_Init ( Object Sender, EventArgs args ) : void
Page_Load ( Object Sender, EventArgs args ) : void

Private Methods

Method Description
FillAll ( ) : void
FillDomains ( ) : void
FillDomainsForServers ( ) : void
FillIp ( string httpAlias ) : void
StripSubdomains ( string httpAlias ) : string

Method Details

OnActivate() protected method

protected OnActivate ( object Sender, EventArgs args ) : void
Sender object
args EventArgs
return void

OnActivateManually() protected method

protected OnActivateManually ( Object Sender, EventArgs args ) : void
Sender Object
args EventArgs
return void

OnCloseSA() protected method

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

OnManualActivate() protected method

protected OnManualActivate ( object Sender, EventArgs args ) : void
Sender object
args EventArgs
return void

OnNext() protected method

protected OnNext ( Object Sender, EventArgs args ) : void
Sender Object
args EventArgs
return void

Page_Init() protected method

protected Page_Init ( Object Sender, EventArgs args ) : void
Sender Object
args EventArgs
return void

Page_Load() protected method

protected Page_Load ( Object Sender, EventArgs args ) : void
Sender Object
args EventArgs
return void

Property Details

Body protected_oe property

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

Form protected_oe property

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

LinkButton1 protected_oe property

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

RequiredFieldValidator1 protected_oe property

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

_RegCoreApp protected_oe property

protected RegCoreApp _RegCoreApp
return RegCoreApp

_RegCoreServer protected_oe property

protected RegCoreServer _RegCoreServer
return RegCoreServer

_hosts protected_oe property

protected List _hosts
return List

btnActivationTool protected_oe property

btnActivationTool control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor btnActivationTool
return global::System.Web.UI.HtmlControls.HtmlAnchor

btnClose protected_oe property

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

btnNext protected_oe property

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

ddHosts protected_oe property

ddHosts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddHosts
return global::System.Web.UI.WebControls.DropDownList

lnkPurchase protected_oe property

lnkPurchase control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor lnkPurchase
return global::System.Web.UI.HtmlControls.HtmlAnchor

pnlActivateForm protected_oe property

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

pnlActivateManually protected_oe property

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

pnlActivateManuallyBtn protected_oe property

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

pnlHosts protected_oe property

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

pnlRegCode protected_oe property

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

pnlSuccess protected_oe property

pnlSuccess control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlSuccess
return global::System.Web.UI.WebControls.Panel

reqHost protected_oe property

reqHost control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator reqHost
return global::System.Web.UI.WebControls.CustomValidator

tbActCode protected_oe property

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

tbHost protected_oe property

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

txtRegistrationCode protected_oe property

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

validateActivation protected_oe property

validateActivation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator validateActivation
return global::System.Web.UI.WebControls.CustomValidator