C# 클래스 AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

보호된 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetApplicationUploadComplete ( ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

메소드 상세

BeginAddMode() 공개 메소드

public BeginAddMode ( ) : void
리턴 void

BeginEditMode() 공개 메소드

public BeginEditMode ( string fileName ) : void
fileName string
리턴 void

GetApplicationUploadComplete() 보호된 메소드

protected GetApplicationUploadComplete ( ) : string
리턴 string

GetFilesName() 공개 메소드

public GetFilesName ( ) : List
리턴 List

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

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

PerformSettings() 공개 메소드

public PerformSettings ( ) : void
리턴 void

RegisterScripts() 공개 메소드

public RegisterScripts ( ) : void
리턴 void

SWFUpload_UC_Load() 공개 메소드

public SWFUpload_UC_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbtnRemove_Click() 공개 메소드

public lbtnRemove_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

btnCancel 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlInputButton

cvFlashUpload 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.CustomValidator

divStatus 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

dvEditMode 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

fsUploadProgress 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

hdnFilesName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.HiddenField

imgFile 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Image

lbtnRemove 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LinkButton

spanButtonPlaceHolder 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl