C# Class AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Свойство Type Description
btnCancel global::System.Web.UI.HtmlControls.HtmlInputButton
cvFlashUpload global::System.Web.UI.WebControls.CustomValidator
divStatus global::System.Web.UI.HtmlControls.HtmlGenericControl
dvEditMode global::System.Web.UI.HtmlControls.HtmlGenericControl
fsUploadProgress global::System.Web.UI.HtmlControls.HtmlGenericControl
hdnFilesName global::System.Web.UI.WebControls.HiddenField
imgFile global::System.Web.UI.WebControls.Image
lbtnRemove global::System.Web.UI.WebControls.LinkButton
spanButtonPlaceHolder global::System.Web.UI.HtmlControls.HtmlGenericControl

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BeginAddMode ( ) : void
BeginEditMode ( string fileName ) : void
GetFilesName ( ) : List
PerformSettings ( ) : void
RegisterScripts ( ) : void
SWFUpload_UC_Load ( object sender, EventArgs e ) : void
lbtnRemove_Click ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
GetApplicationUploadComplete ( ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Method Details

BeginAddMode() public méthode

public BeginAddMode ( ) : void
Résultat void

BeginEditMode() public méthode

public BeginEditMode ( string fileName ) : void
fileName string
Résultat void

GetApplicationUploadComplete() protected méthode

protected GetApplicationUploadComplete ( ) : string
Résultat string

GetFilesName() public méthode

public GetFilesName ( ) : List
Résultat List

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

PerformSettings() public méthode

public PerformSettings ( ) : void
Résultat void

RegisterScripts() public méthode

public RegisterScripts ( ) : void
Résultat void

SWFUpload_UC_Load() public méthode

public SWFUpload_UC_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

lbtnRemove_Click() public méthode

public lbtnRemove_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

btnCancel protected_oe property

btnCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputButton btnCancel
Résultat global::System.Web.UI.HtmlControls.HtmlInputButton

cvFlashUpload protected_oe property

cvFlashUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvFlashUpload
Résultat global::System.Web.UI.WebControls.CustomValidator

divStatus protected_oe property

divStatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divStatus
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

dvEditMode protected_oe property

dvEditMode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvEditMode
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

fsUploadProgress protected_oe property

fsUploadProgress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl fsUploadProgress
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

hdnFilesName protected_oe property

hdnFilesName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hdnFilesName
Résultat global::System.Web.UI.WebControls.HiddenField

imgFile protected_oe property

imgFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgFile
Résultat global::System.Web.UI.WebControls.Image

lbtnRemove protected_oe property

lbtnRemove control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lbtnRemove
Résultat global::System.Web.UI.WebControls.LinkButton

spanButtonPlaceHolder protected_oe property

spanButtonPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl spanButtonPlaceHolder
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl