C# Class DotNetNuke.Modules.UserDefinedTable.Default

Mostrar archivo Open project: DNNCommunity/DNN.FormAndList

Protected Properties

Property Type Description
PlaceHolderControl global::System.Web.UI.HtmlControls.HtmlGenericControl

Public Methods

Method Description
IsNewModuleInstance ( ) : bool

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
InitViews ( ) : void
LoadControlByKey ( string controlKey ) : void

Method Details

IsNewModuleInstance() public method

public IsNewModuleInstance ( ) : bool
return bool

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Property Details

PlaceHolderControl protected_oe property

PlaceHolderControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl PlaceHolderControl
return global::System.Web.UI.HtmlControls.HtmlGenericControl