C# Class EnterpriseWebLibrary.EnterpriseWebFramework.EwfFileUpload

A file upload control.
Inheritance: System.Web.UI.WebControls.WebControl, ControlTreeDataLoader, FormControl
Datei anzeigen Open project: enduracode/enterprise-web-library

Private Properties

Property Type Description
ControlTreeDataLoader void

Public Methods

Method Description
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.

Private Methods

Method Description
ControlTreeDataLoader ( ) : void

Method Details

EwfFileUpload() public method

public EwfFileUpload ( ) : System.IO
return System.IO

GetPostBackValue() public method

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

ValueChangedOnPostBack() public method

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