C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.EwfFileUpload

A file upload control.
상속: System.Web.UI.WebControls.WebControl, ControlTreeDataLoader, FormControl
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

Private Properties

프로퍼티 타입 설명
ControlTreeDataLoader void

공개 메소드들

메소드 설명
EwfFileUpload ( ) : System.IO
GetPostBackValue ( PostBackValueDictionary postBackValues ) : EnterpriseWebLibrary.IO.RsFile

Gets the post back value.

ValueChangedOnPostBack ( PostBackValueDictionary postBackValues ) : bool

Returns true if the value changed on this post back.

비공개 메소드들

메소드 설명
ControlTreeDataLoader ( ) : void

메소드 상세

EwfFileUpload() 공개 메소드

public EwfFileUpload ( ) : System.IO
리턴 System.IO

GetPostBackValue() 공개 메소드

Gets the post back value.
public GetPostBackValue ( PostBackValueDictionary postBackValues ) : EnterpriseWebLibrary.IO.RsFile
postBackValues PostBackValueDictionary
리턴 EnterpriseWebLibrary.IO.RsFile

ValueChangedOnPostBack() 공개 메소드

Returns true if the value changed on this post back.
public ValueChangedOnPostBack ( PostBackValueDictionary postBackValues ) : bool
postBackValues PostBackValueDictionary
리턴 bool