C# 클래스 SenseNet.Portal.UI.Controls.ContentTypeInstallerControl

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: maxpavlov/FlexNet

보호된 프로퍼티들

프로퍼티 타입 설명
pnlInstall System.Web.UI.WebControls.Panel
pnlSuccess System.Web.UI.WebControls.Panel

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetContentTypeFromField ( Content content ) : string
InstallContentTypeInternal ( ) : bool
ValidateAndInstallContentType ( ) : bool

메소드 상세

InstallerButton_Click() 보호된 메소드

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

프로퍼티 상세

pnlInstall 보호되어 있는 프로퍼티

protected System.Web.UI.WebControls.Panel pnlInstall
리턴 System.Web.UI.WebControls.Panel

pnlSuccess 보호되어 있는 프로퍼티

protected System.Web.UI.WebControls.Panel pnlSuccess
리턴 System.Web.UI.WebControls.Panel