C# 클래스 Subtext.Web.Admin.ftb_imagegallery

Implements the FreeTextBox image gallery.
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
errorMsg System.Web.UI.WebControls.PlaceHolder
folderName System.Web.UI.WebControls.Label
imageGallery FreeTextBoxControls.ImageGallery

보호된 메소드들

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Page_Load ( object sender, System e ) : void

Method called when the page loads.

메소드 상세

OnInit() 보호된 메소드

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

프로퍼티 상세

errorMsg 보호되어 있는 프로퍼티

protected System.Web.UI.WebControls.PlaceHolder errorMsg
리턴 System.Web.UI.WebControls.PlaceHolder

folderName 보호되어 있는 프로퍼티

protected System.Web.UI.WebControls.Label folderName
리턴 System.Web.UI.WebControls.Label

imageGallery 보호되어 있는 프로퍼티

protected FreeTextBoxControls.ImageGallery imageGallery
리턴 FreeTextBoxControls.ImageGallery