C# Class DotNetNuke.Modules.UserDefinedTable.EditForm

Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase, IActionable, IFormEvents
Mostrar archivo Open project: DNNCommunity/DNN.FormAndList

Protected Properties

Property Type Description
EditFormPlaceholder global::System.Web.UI.HtmlControls.HtmlGenericControl
MessagePlaceholder global::System.Web.UI.HtmlControls.HtmlGenericControl
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdDelete global::System.Web.UI.WebControls.LinkButton
cmdShowRecords global::System.Web.UI.WebControls.HyperLink
cmdUpdate global::System.Web.UI.WebControls.LinkButton
divForm global::System.Web.UI.HtmlControls.HtmlGenericControl

Private Properties

Property Type Description
BuildCssForm void
BuildEditForm void
CaptchaNeeded bool
CheckPermission void
CheckPermission void
EditForm_PreRender void
GetLabel System.Web.UI.Control
GetSeparatorFormPattern System.Web.UI.Control
HasAddPermissonByQuota bool
IsNested bool
Page_Load void
ShowUponSubmit void
cmdCancel_Click void
cmdDelete_Click void
cmdUpdate_Click void

Public Methods

Method Description
EnsureActionButton ( ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
BuildCssForm ( IEnumerable editForm ) : void
BuildEditForm ( ) : void
CaptchaNeeded ( ) : bool
CheckPermission ( bool isUsersOwnItem = true ) : void
CheckPermission ( string createdBy ) : void
EditForm_PreRender ( object sender, EventArgs e ) : void
GetLabel ( string title, string help, Control editcontrol ) : Control
GetSeparatorFormPattern ( string title, bool expendable = false ) : Control
HasAddPermissonByQuota ( ) : bool
IsNested ( ) : bool
Page_Load ( object sender, EventArgs e ) : void
ShowUponSubmit ( ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdDelete_Click ( object sender, EventArgs e ) : void
cmdUpdate_Click ( object sender, EventArgs e ) : void

Method Details

EnsureActionButton() public method

public EnsureActionButton ( ) : void
return void

OnInit() protected method

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

Property Details

EditFormPlaceholder protected_oe property

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

MessagePlaceholder protected_oe property

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

cmdCancel protected_oe property

cmdCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdCancel
return global::System.Web.UI.WebControls.LinkButton

cmdDelete protected_oe property

cmdDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdDelete
return global::System.Web.UI.WebControls.LinkButton

cmdShowRecords protected_oe property

cmdShowRecords control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink cmdShowRecords
return global::System.Web.UI.WebControls.HyperLink

cmdUpdate protected_oe property

cmdUpdate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdUpdate
return global::System.Web.UI.WebControls.LinkButton

divForm protected_oe property

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