C# 클래스 DotNetNuke.Modules.UserDefinedTable.EditForm

상속: DotNetNuke.Entities.Modules.PortalModuleBase, IActionable, IFormEvents
파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

보호된 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
EnsureActionButton ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
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

메소드 상세

EnsureActionButton() 공개 메소드

public EnsureActionButton ( ) : void
리턴 void

OnInit() 보호된 메소드

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

프로퍼티 상세

EditFormPlaceholder 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

MessagePlaceholder 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

cmdCancel 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LinkButton

cmdDelete 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LinkButton

cmdShowRecords 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.HyperLink

cmdUpdate 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LinkButton

divForm 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl