C# 클래스 ValidatorWebRole._Default

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: ddaysoftware/icalvalid

보호된 프로퍼티들

프로퍼티 타입 설명
btnUpload global::System.Web.UI.WebControls.Button
btnValidateSnippet global::System.Web.UI.WebControls.Button
btnValidateUrl global::System.Web.UI.WebControls.Button
fileUpload global::System.Web.UI.WebControls.FileUpload
tbSnippet global::System.Web.UI.WebControls.TextBox
tbUrl global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
GetSerializer ( ) : IValidationSerializer
LoadRuleset ( ) : IValidationRuleset
Page_Load ( object sender, EventArgs e ) : void
Setup ( ) : byte[]
SetupLanguage ( ) : void
Validate ( long byteCount, TextReader tr, string id ) : byte[]
ValidateUri ( string uriString ) : byte[]
btnUpload_Click ( object sender, EventArgs e ) : void
btnValidateSnippet_Click ( object sender, EventArgs e ) : void
btnValidateUrl_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AsyncValidate ( long byte_count, TextReader tr, string id, ValidationMode mode ) : byte[]
ExceptionMessage ( Exception e ) : byte[]
MakeId ( bool save_results ) : string
RedirectToProgressPage ( ValidationMode mode, string id, string progress ) : void
RedirectToProgressPage ( ValidationMode mode, string uri, string id, string progress ) : void
SendPage ( byte bytes, string content_type ) : void
SendResult ( byte bytes ) : void
ValidateHelper ( ValidationMode mode, bool async, TextReader tr, string id, long count ) : byte[]
ValidateStream ( Stream s, ValidationMode mode, bool save_results, bool async ) : byte[]
ValidateText ( string text, ValidationMode mode, bool save_results, bool async ) : byte[]

메소드 상세

GetSerializer() 보호된 메소드

protected GetSerializer ( ) : IValidationSerializer
리턴 IValidationSerializer

LoadRuleset() 보호된 메소드

protected LoadRuleset ( ) : IValidationRuleset
리턴 IValidationRuleset

Page_Load() 보호된 메소드

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

Setup() 보호된 메소드

protected Setup ( ) : byte[]
리턴 byte[]

SetupLanguage() 보호된 메소드

protected SetupLanguage ( ) : void
리턴 void

Validate() 보호된 메소드

protected Validate ( long byteCount, TextReader tr, string id ) : byte[]
byteCount long
tr TextReader
id string
리턴 byte[]

ValidateUri() 보호된 메소드

protected ValidateUri ( string uriString ) : byte[]
uriString string
리턴 byte[]

btnUpload_Click() 보호된 메소드

protected btnUpload_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnValidateSnippet_Click() 보호된 메소드

protected btnValidateSnippet_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnValidateUrl_Click() 보호된 메소드

protected btnValidateUrl_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

btnUpload 보호되어 있는 프로퍼티

btnUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnUpload
리턴 global::System.Web.UI.WebControls.Button

btnValidateSnippet 보호되어 있는 프로퍼티

btnValidateSnippet control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnValidateSnippet
리턴 global::System.Web.UI.WebControls.Button

btnValidateUrl 보호되어 있는 프로퍼티

btnValidateUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnValidateUrl
리턴 global::System.Web.UI.WebControls.Button

fileUpload 보호되어 있는 프로퍼티

fileUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.FileUpload fileUpload
리턴 global::System.Web.UI.WebControls.FileUpload

tbSnippet 보호되어 있는 프로퍼티

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

tbUrl 보호되어 있는 프로퍼티

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