C# 클래스 AjaxControlToolkit.AsyncFileUpload

상속: ScriptControlBase
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateChilds void
PopulateObjectPriorToRender void
ReceivedFile void

공개 메소드들

메소드 설명
AsyncFileUpload ( ) : System
ClearAllFilesFromPersistedStore ( ) : void

Clears all uploaded files of a current control from session.

ClearFileFromPersistedStore ( ) : void

Clears all uploaded files of current control from session

GetBytesFromStream ( Stream stream ) : byte[]
SaveAs ( string fileName ) : void

Saves the content of an uploaded file.

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
CreateControlStyle ( ) : System.Web.UI.WebControls.Style
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
GenerateHtmlInputFileControl ( string lastFileName ) : string
GenerateHtmlInputHiddenControl ( ) : string
OnPreRender ( EventArgs e ) : void
OnUploadedComplete ( AsyncFileUploadEventArgs e ) : void
OnUploadedFileError ( AsyncFileUploadEventArgs e ) : void

비공개 메소드들

메소드 설명
CreateChilds ( ) : void
PopulateObjectPriorToRender ( string controlId ) : void
ReceivedFile ( string sendingControlID ) : void

메소드 상세

AsyncFileUpload() 공개 메소드

public AsyncFileUpload ( ) : System
리턴 System

ClearAllFilesFromPersistedStore() 공개 메소드

Clears all uploaded files of a current control from session.
public ClearAllFilesFromPersistedStore ( ) : void
리턴 void

ClearFileFromPersistedStore() 공개 메소드

Clears all uploaded files of current control from session
public ClearFileFromPersistedStore ( ) : void
리턴 void

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

CreateControlStyle() 보호된 메소드

protected CreateControlStyle ( ) : System.Web.UI.WebControls.Style
리턴 System.Web.UI.WebControls.Style

DescribeComponent() 보호된 메소드

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
리턴 void

GenerateHtmlInputFileControl() 보호된 메소드

protected GenerateHtmlInputFileControl ( string lastFileName ) : string
lastFileName string
리턴 string

GenerateHtmlInputHiddenControl() 보호된 메소드

protected GenerateHtmlInputHiddenControl ( ) : string
리턴 string

GetBytesFromStream() 공개 메소드

public GetBytesFromStream ( Stream stream ) : byte[]
stream Stream
리턴 byte[]

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUploadedComplete() 보호된 메소드

protected OnUploadedComplete ( AsyncFileUploadEventArgs e ) : void
e AsyncFileUploadEventArgs
리턴 void

OnUploadedFileError() 보호된 메소드

protected OnUploadedFileError ( AsyncFileUploadEventArgs e ) : void
e AsyncFileUploadEventArgs
리턴 void

SaveAs() 공개 메소드

Saves the content of an uploaded file.
public SaveAs ( string fileName ) : void
fileName string Uploaded file name
리턴 void