C# 클래스 avt.DynamicFlashRotator.Net.RegCore.WebClient.UnlockTrial

파일 보기 프로젝트 열기: dnnsharp/DynamicRotator

보호된 프로퍼티들

프로퍼티 타입 설명
_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

공개 메소드들

메소드 설명
ToAbsoluteUrl ( string relativeUrl ) : string

보호된 메소드들

메소드 설명
EnableFirstTime ( ) : void
EnableTrialExpired ( ) : void
OnUnlockTrial ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
UnlockTrial1 ( ) : void

메소드 상세

EnableFirstTime() 보호된 메소드

protected EnableFirstTime ( ) : void
리턴 void

EnableTrialExpired() 보호된 메소드

protected EnableTrialExpired ( ) : void
리턴 void

OnUnlockTrial() 보호된 메소드

protected OnUnlockTrial ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ToAbsoluteUrl() 공개 정적인 메소드

public static ToAbsoluteUrl ( string relativeUrl ) : string
relativeUrl string
리턴 string

UnlockTrial1() 보호된 메소드

protected UnlockTrial1 ( ) : void
리턴 void

프로퍼티 상세

_RegCoreApp 보호되어 있는 프로퍼티

protected RegCoreApp _RegCoreApp
리턴 RegCoreApp

_RegCoreServer 보호되어 있는 프로퍼티

protected RegCoreServer _RegCoreServer
리턴 RegCoreServer

btnUnlockTrial 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

pnlTrialExpired 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

pnlUnlockTrial 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

tbTrialEmail 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

vldUnlockTrial_EmailFormat 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RegularExpressionValidator

vldUnlockTrial_EmailReq 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator