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

Inheritance: System.Web.UI.UserControl, IRegCoreComponent
显示文件 Open project: dnnsharp/DynamicRotator

Protected Properties

Property Type Description
_RegCoreApp avt.DynamicFlashRotator.Net.RegCore.RegCoreApp
_RegCoreServer avt.DynamicFlashRotator.Net.RegCore.RegCoreServer
_activateUrl string
_isAdmin bool
_unlockTrialUrl string
pnlStatus global::System.Web.UI.HtmlControls.HtmlGenericControl

Public Methods

Method Description
InitRegCore ( bool isAdmin, string regCoreServer, string productName, string productCode, string productKey, string version, string regCoreManageUrl, Type controller ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
SetStatus ( string status ) : void

Method Details

InitRegCore() public method

public InitRegCore ( bool isAdmin, string regCoreServer, string productName, string productCode, string productKey, string version, string regCoreManageUrl, Type controller ) : void
isAdmin bool
regCoreServer string
productName string
productCode string
productKey string
version string
regCoreManageUrl string
controller System.Type
return void

Page_Load() protected method

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

SetStatus() protected method

protected SetStatus ( string status ) : void
status string
return void

Property Details

_RegCoreApp protected_oe property

protected RegCoreApp,avt.DynamicFlashRotator.Net.RegCore _RegCoreApp
return avt.DynamicFlashRotator.Net.RegCore.RegCoreApp

_RegCoreServer protected_oe property

protected RegCoreServer,avt.DynamicFlashRotator.Net.RegCore _RegCoreServer
return avt.DynamicFlashRotator.Net.RegCore.RegCoreServer

_activateUrl protected_oe property

protected string _activateUrl
return string

_isAdmin protected_oe property

protected bool _isAdmin
return bool

_unlockTrialUrl protected_oe property

protected string _unlockTrialUrl
return string

pnlStatus protected_oe property

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