C# Class SenseNet.Portal.UI.Controls.ContentTypeInstallerControl

Inheritance: System.Web.UI.UserControl
Mostra file Open project: maxpavlov/FlexNet

Protected Properties

Property Type Description
pnlInstall System.Web.UI.WebControls.Panel
pnlSuccess System.Web.UI.WebControls.Panel

Protected Methods

Method Description
InstallerButton_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetContentTypeFromField ( Content content ) : string
InstallContentTypeInternal ( ) : bool
ValidateAndInstallContentType ( ) : bool

Method Details

InstallerButton_Click() protected method

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

Property Details

pnlInstall protected_oe property

protected System.Web.UI.WebControls.Panel pnlInstall
return System.Web.UI.WebControls.Panel

pnlSuccess protected_oe property

protected System.Web.UI.WebControls.Panel pnlSuccess
return System.Web.UI.WebControls.Panel