C# Class EnterpriseWebLibrary.EnterpriseWebFramework.EwfFileUpload

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

Private Properties

Свойство Type Description
ControlTreeDataLoader void

Méthodes publiques

Méthode 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

Méthode Description
ControlTreeDataLoader ( ) : void

Method Details

EwfFileUpload() public méthode

public EwfFileUpload ( ) : System.IO
Résultat System.IO

GetPostBackValue() public méthode

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

ValueChangedOnPostBack() public méthode

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