C# 클래스 Carrotware.CMS.UI.Plugins.PhotoGallery.PhotoGalleryAdmin

상속: Carrotware.CMS.Interface.AdminModule
파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS

보호된 프로퍼티들

프로퍼티 타입 설명
fileHelper FileDataHelper

보호된 메소드들

메소드 설명
BuildFolderList ( ) : void
EncodeBase64 ( string input ) : string
LoadLists ( ) : void
Page_Load ( object sender, EventArgs e ) : void
ParseGalleryImages ( ) : string>.Dictionary
SetSitePath ( string sPath ) : string
SetSourceFiles ( System.DateTime dtFilter, string sPath ) : void
SetSrcFiles ( ) : void
btnApply_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
chkFilter_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

BuildFolderList() 보호된 메소드

protected BuildFolderList ( ) : void
리턴 void

EncodeBase64() 보호된 메소드

protected EncodeBase64 ( string input ) : string
input string
리턴 string

LoadLists() 보호된 메소드

protected LoadLists ( ) : void
리턴 void

Page_Load() 보호된 메소드

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

ParseGalleryImages() 보호된 메소드

protected ParseGalleryImages ( ) : string>.Dictionary
리턴 string>.Dictionary

SetSitePath() 보호된 메소드

protected SetSitePath ( string sPath ) : string
sPath string
리턴 string

SetSourceFiles() 보호된 메소드

protected SetSourceFiles ( System.DateTime dtFilter, string sPath ) : void
dtFilter System.DateTime
sPath string
리턴 void

SetSrcFiles() 보호된 메소드

protected SetSrcFiles ( ) : void
리턴 void

btnApply_Click() 보호된 메소드

protected btnApply_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnSave_Click() 보호된 메소드

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

chkFilter_CheckedChanged() 보호된 메소드

protected chkFilter_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

fileHelper 보호되어 있는 프로퍼티

protected FileDataHelper fileHelper
리턴 FileDataHelper