C# 클래스 SpeakFriend.Web.Utilities.UserControls.FileManager

파일 보기 프로젝트 열기: teamaton/speak-lib

보호된 프로퍼티들

프로퍼티 타입 설명
btnDelete global::System.Web.UI.WebControls.LinkButton
btnIcons global::System.Web.UI.WebControls.LinkButton
btnList global::System.Web.UI.WebControls.LinkButton
btnOrderByDate global::System.Web.UI.WebControls.LinkButton
btnOrderByFileName global::System.Web.UI.WebControls.LinkButton
btnOrderBySize global::System.Web.UI.WebControls.LinkButton
btnOrderByType global::System.Web.UI.WebControls.LinkButton
btnSave global::System.Web.UI.WebControls.LinkButton
btnSaveUpload global::System.Web.UI.WebControls.LinkButton
btnSelectAll global::System.Web.UI.WebControls.LinkButton
btnUpload global::System.Web.UI.WebControls.LinkButton
cbTitle global::System.Web.UI.WebControls.CheckBox
fufUpload global::SpeakFriend.FileUpload.FileUploadFrame
hplCancel global::System.Web.UI.WebControls.HyperLink
hplCancelUpload global::System.Web.UI.WebControls.HyperLink
hplClose global::System.Web.UI.WebControls.HyperLink
hplEnlarge global::System.Web.UI.WebControls.HyperLink
imgOriginal global::System.Web.UI.WebControls.Image
imgPreview global::System.Web.UI.WebControls.Image
ltName global::System.Web.UI.WebControls.Literal
mvPreview global::System.Web.UI.WebControls.MultiView
pnlEnlarge global::System.Web.UI.WebControls.Panel
pnlSelectedItemDetails global::System.Web.UI.WebControls.Panel
rptFiles global::System.Web.UI.WebControls.Repeater
vwImagePreview global::System.Web.UI.WebControls.View
vwNoFile global::System.Web.UI.WebControls.View
vwUpload global::System.Web.UI.WebControls.View

Private Properties

프로퍼티 타입 설명
FindSelectedItems void
GetImages List
Populate void
PopulateSelectedItemPanel void
SetAllChecked void
SetImageSort void
btnDelete_Click void
btnOrderByDate_Click void
btnOrderByFileName_Click void
btnOrderBySize_Click void
btnOrderByType_Click void
btnSaveUpload_Click void
btnUpload_Click void
rptFiles_ItemCommand void
rptFiles_ItemDataBound void

공개 메소드들

메소드 설명
Register ( ImageStore imageStore, string groupKey ) : void

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
FindSelectedItems ( ) : void
GetImages ( ) : List
Populate ( ) : void
PopulateSelectedItemPanel ( ImageInfo image ) : void
SetAllChecked ( bool value ) : void
SetImageSort ( ImageSort sort ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnOrderByDate_Click ( object sender, EventArgs e ) : void
btnOrderByFileName_Click ( object sender, EventArgs e ) : void
btnOrderBySize_Click ( object sender, EventArgs e ) : void
btnOrderByType_Click ( object sender, EventArgs e ) : void
btnSaveUpload_Click ( object sender, EventArgs e ) : void
btnUpload_Click ( object sender, EventArgs e ) : void
rptFiles_ItemCommand ( object source, RepeaterCommandEventArgs e ) : void
rptFiles_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

Register() 공개 메소드

public Register ( ImageStore imageStore, string groupKey ) : void
imageStore ImageStore
groupKey string
리턴 void

프로퍼티 상세

btnDelete 보호되어 있는 프로퍼티

btnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnDelete
리턴 global::System.Web.UI.WebControls.LinkButton

btnIcons 보호되어 있는 프로퍼티

btnIcons control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnIcons
리턴 global::System.Web.UI.WebControls.LinkButton

btnList 보호되어 있는 프로퍼티

btnList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnList
리턴 global::System.Web.UI.WebControls.LinkButton

btnOrderByDate 보호되어 있는 프로퍼티

btnOrderByDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnOrderByDate
리턴 global::System.Web.UI.WebControls.LinkButton

btnOrderByFileName 보호되어 있는 프로퍼티

btnOrderByFileName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnOrderByFileName
리턴 global::System.Web.UI.WebControls.LinkButton

btnOrderBySize 보호되어 있는 프로퍼티

btnOrderBySize control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnOrderBySize
리턴 global::System.Web.UI.WebControls.LinkButton

btnOrderByType 보호되어 있는 프로퍼티

btnOrderByType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnOrderByType
리턴 global::System.Web.UI.WebControls.LinkButton

btnSave 보호되어 있는 프로퍼티

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnSave
리턴 global::System.Web.UI.WebControls.LinkButton

btnSaveUpload 보호되어 있는 프로퍼티

btnSaveUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnSaveUpload
리턴 global::System.Web.UI.WebControls.LinkButton

btnSelectAll 보호되어 있는 프로퍼티

btnSelectAll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnSelectAll
리턴 global::System.Web.UI.WebControls.LinkButton

btnUpload 보호되어 있는 프로퍼티

btnUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnUpload
리턴 global::System.Web.UI.WebControls.LinkButton

cbTitle 보호되어 있는 프로퍼티

cbTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox cbTitle
리턴 global::System.Web.UI.WebControls.CheckBox

fufUpload 보호되어 있는 프로퍼티

fufUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SpeakFriend.FileUpload.FileUploadFrame fufUpload
리턴 global::SpeakFriend.FileUpload.FileUploadFrame

hplCancel 보호되어 있는 프로퍼티

hplCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hplCancel
리턴 global::System.Web.UI.WebControls.HyperLink

hplCancelUpload 보호되어 있는 프로퍼티

hplCancelUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hplCancelUpload
리턴 global::System.Web.UI.WebControls.HyperLink

hplClose 보호되어 있는 프로퍼티

hplClose control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hplClose
리턴 global::System.Web.UI.WebControls.HyperLink

hplEnlarge 보호되어 있는 프로퍼티

hplEnlarge control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hplEnlarge
리턴 global::System.Web.UI.WebControls.HyperLink

imgOriginal 보호되어 있는 프로퍼티

imgOriginal control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgOriginal
리턴 global::System.Web.UI.WebControls.Image

imgPreview 보호되어 있는 프로퍼티

imgPreview control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgPreview
리턴 global::System.Web.UI.WebControls.Image

ltName 보호되어 있는 프로퍼티

ltName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal ltName
리턴 global::System.Web.UI.WebControls.Literal

mvPreview 보호되어 있는 프로퍼티

mvPreview control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.MultiView mvPreview
리턴 global::System.Web.UI.WebControls.MultiView

pnlEnlarge 보호되어 있는 프로퍼티

pnlEnlarge control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlEnlarge
리턴 global::System.Web.UI.WebControls.Panel

pnlSelectedItemDetails 보호되어 있는 프로퍼티

pnlSelectedItemDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlSelectedItemDetails
리턴 global::System.Web.UI.WebControls.Panel

rptFiles 보호되어 있는 프로퍼티

rptFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptFiles
리턴 global::System.Web.UI.WebControls.Repeater

vwImagePreview 보호되어 있는 프로퍼티

vwImagePreview control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View vwImagePreview
리턴 global::System.Web.UI.WebControls.View

vwNoFile 보호되어 있는 프로퍼티

vwNoFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View vwNoFile
리턴 global::System.Web.UI.WebControls.View

vwUpload 보호되어 있는 프로퍼티

vwUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View vwUpload
리턴 global::System.Web.UI.WebControls.View