C# 클래스 Profiles.Edit.Modules.CustomEditFreetextKeyword.CustomEditFreetextKeyword

상속: Profiles.Framework.Utilities.BaseModule
파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

보호된 프로퍼티들

프로퍼티 타입 설명
GridViewProperty global::System.Web.UI.WebControls.GridView
Literal1 global::System.Web.UI.WebControls.Literal
RptrEditProperty global::System.Web.UI.WebControls.Repeater
btnBulkInsert global::System.Web.UI.WebControls.LinkButton
btnDelAll global::System.Web.UI.WebControls.LinkButton
btnDeleteAll global::System.Web.UI.WebControls.LinkButton
btnEditProperty global::System.Web.UI.WebControls.LinkButton
btnInsertAward global::System.Web.UI.WebControls.LinkButton
btnInsertCancel global::System.Web.UI.WebControls.LinkButton
btnInsertCancelBulk global::System.Web.UI.WebControls.LinkButton
btnInsertProperty global::System.Web.UI.WebControls.LinkButton
btnInsertPropertyBulk global::System.Web.UI.WebControls.LinkButton
btnSingleInsert global::System.Web.UI.WebControls.LinkButton
hiddenSubjectID global::System.Web.UI.WebControls.HiddenField
imbAddArror global::System.Web.UI.WebControls.Image
imbDelArrow global::System.Web.UI.WebControls.Image
lblNoItems global::System.Web.UI.WebControls.Label
litBackLink global::System.Web.UI.WebControls.Literal
phDelAll global::System.Web.UI.WebControls.PlaceHolder
phEditProperty global::System.Web.UI.WebControls.PlaceHolder
phSecurityOptions global::System.Web.UI.WebControls.PlaceHolder
pnlDeleteAll global::System.Web.UI.WebControls.Panel
pnlInsertProperty global::System.Web.UI.WebControls.Panel
pnlInsertPropertyBulk global::System.Web.UI.WebControls.Panel
securityOptions global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions
txtLabel global::System.Web.UI.WebControls.TextBox
txtLabelBulk global::System.Web.UI.WebControls.TextBox
updateProgress global::System.Web.UI.UpdateProgress
upnlEditSection global::System.Web.UI.UpdatePanel

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomEditFreetextKeyword ( ) : System
CustomEditFreetextKeyword ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

보호된 메소드들

메소드 설명
FillPropertyGrid ( bool refresh ) : void
GridViewProperty_RowCancelingEdit ( object sender, System.Web.UI.WebControls.GridViewCancelEditEventArgs e ) : void
GridViewProperty_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
GridViewProperty_RowDeleting ( object sender, System.Web.UI.WebControls.GridViewDeleteEventArgs e ) : void
GridViewProperty_RowEditing ( object sender, System.Web.UI.WebControls.GridViewEditEventArgs e ) : void
GridViewProperty_RowUpdated ( object sender, System.Web.UI.WebControls.GridViewUpdatedEventArgs e ) : void
GridViewProperty_RowUpdating ( object sender, System.Web.UI.WebControls.GridViewUpdateEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnBulkInsert_OnClick ( object sender, EventArgs e ) : void
btnDelAll_OnClick ( object sender, EventArgs e ) : void
btnDeleteAll_OnClick ( object sender, EventArgs e ) : void
btnEditProperty_OnClick ( object sender, EventArgs e ) : void
btnInsertBulkClose_OnClick ( object sender, EventArgs e ) : void
btnInsertCancel_OnClick ( object sender, EventArgs e ) : void
btnInsertClose_OnClick ( object sender, EventArgs e ) : void
btnInsert_OnClick ( object sender, EventArgs e ) : void
btnSingleInsert_OnClick ( object sender, EventArgs e ) : void
ibDown_Click ( object sender, EventArgs e ) : void
ibUp_Click ( object sender, EventArgs e ) : void

메소드 상세

CustomEditFreetextKeyword() 공개 메소드

public CustomEditFreetextKeyword ( ) : System
리턴 System

CustomEditFreetextKeyword() 공개 메소드

public CustomEditFreetextKeyword ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata System.Xml.XmlDocument
moduleparams List
pagenamespaces System.Xml.XmlNamespaceManager
리턴 System

FillPropertyGrid() 보호된 메소드

protected FillPropertyGrid ( bool refresh ) : void
refresh bool
리턴 void

GridViewProperty_RowCancelingEdit() 보호된 메소드

protected GridViewProperty_RowCancelingEdit ( object sender, System.Web.UI.WebControls.GridViewCancelEditEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCancelEditEventArgs
리턴 void

GridViewProperty_RowDataBound() 보호된 메소드

protected GridViewProperty_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
리턴 void

GridViewProperty_RowDeleting() 보호된 메소드

protected GridViewProperty_RowDeleting ( object sender, System.Web.UI.WebControls.GridViewDeleteEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewDeleteEventArgs
리턴 void

GridViewProperty_RowEditing() 보호된 메소드

protected GridViewProperty_RowEditing ( object sender, System.Web.UI.WebControls.GridViewEditEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewEditEventArgs
리턴 void

GridViewProperty_RowUpdated() 보호된 메소드

protected GridViewProperty_RowUpdated ( object sender, System.Web.UI.WebControls.GridViewUpdatedEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewUpdatedEventArgs
리턴 void

GridViewProperty_RowUpdating() 보호된 메소드

protected GridViewProperty_RowUpdating ( object sender, System.Web.UI.WebControls.GridViewUpdateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewUpdateEventArgs
리턴 void

Page_Load() 보호된 메소드

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

btnBulkInsert_OnClick() 보호된 메소드

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

btnDelAll_OnClick() 보호된 메소드

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

btnDeleteAll_OnClick() 보호된 메소드

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

btnEditProperty_OnClick() 보호된 메소드

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

btnInsertBulkClose_OnClick() 보호된 메소드

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

btnInsertCancel_OnClick() 보호된 메소드

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

btnInsertClose_OnClick() 보호된 메소드

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

btnInsert_OnClick() 보호된 메소드

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

btnSingleInsert_OnClick() 보호된 메소드

protected btnSingleInsert_OnClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ibDown_Click() 보호된 메소드

protected ibDown_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ibUp_Click() 보호된 메소드

protected ibUp_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

GridViewProperty 보호되어 있는 프로퍼티

GridViewProperty control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView GridViewProperty
리턴 global::System.Web.UI.WebControls.GridView

Literal1 보호되어 있는 프로퍼티

Literal1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal Literal1
리턴 global::System.Web.UI.WebControls.Literal

RptrEditProperty 보호되어 있는 프로퍼티

RptrEditProperty control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater RptrEditProperty
리턴 global::System.Web.UI.WebControls.Repeater

btnBulkInsert 보호되어 있는 프로퍼티

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

btnDelAll 보호되어 있는 프로퍼티

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

btnDeleteAll 보호되어 있는 프로퍼티

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

btnEditProperty 보호되어 있는 프로퍼티

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

btnInsertAward 보호되어 있는 프로퍼티

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

btnInsertCancel 보호되어 있는 프로퍼티

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

btnInsertCancelBulk 보호되어 있는 프로퍼티

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

btnInsertProperty 보호되어 있는 프로퍼티

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

btnInsertPropertyBulk 보호되어 있는 프로퍼티

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

btnSingleInsert 보호되어 있는 프로퍼티

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

hiddenSubjectID 보호되어 있는 프로퍼티

hiddenSubjectID control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hiddenSubjectID
리턴 global::System.Web.UI.WebControls.HiddenField

imbAddArror 보호되어 있는 프로퍼티

imbAddArror control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imbAddArror
리턴 global::System.Web.UI.WebControls.Image

imbDelArrow 보호되어 있는 프로퍼티

imbDelArrow control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imbDelArrow
리턴 global::System.Web.UI.WebControls.Image

lblNoItems 보호되어 있는 프로퍼티

lblNoItems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblNoItems
리턴 global::System.Web.UI.WebControls.Label

litBackLink 보호되어 있는 프로퍼티

litBackLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litBackLink
리턴 global::System.Web.UI.WebControls.Literal

phDelAll 보호되어 있는 프로퍼티

phDelAll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phDelAll
리턴 global::System.Web.UI.WebControls.PlaceHolder

phEditProperty 보호되어 있는 프로퍼티

phEditProperty control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phEditProperty
리턴 global::System.Web.UI.WebControls.PlaceHolder

phSecurityOptions 보호되어 있는 프로퍼티

phSecurityOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phSecurityOptions
리턴 global::System.Web.UI.WebControls.PlaceHolder

pnlDeleteAll 보호되어 있는 프로퍼티

pnlDeleteAll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlDeleteAll
리턴 global::System.Web.UI.WebControls.Panel

pnlInsertProperty 보호되어 있는 프로퍼티

pnlInsertProperty control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlInsertProperty
리턴 global::System.Web.UI.WebControls.Panel

pnlInsertPropertyBulk 보호되어 있는 프로퍼티

pnlInsertPropertyBulk control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlInsertPropertyBulk
리턴 global::System.Web.UI.WebControls.Panel

securityOptions 보호되어 있는 프로퍼티

securityOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions securityOptions
리턴 global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions

txtLabel 보호되어 있는 프로퍼티

txtLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtLabel
리턴 global::System.Web.UI.WebControls.TextBox

txtLabelBulk 보호되어 있는 프로퍼티

txtLabelBulk control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtLabelBulk
리턴 global::System.Web.UI.WebControls.TextBox

updateProgress 보호되어 있는 프로퍼티

updateProgress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdateProgress updateProgress
리턴 global::System.Web.UI.UpdateProgress

upnlEditSection 보호되어 있는 프로퍼티

upnlEditSection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlEditSection
리턴 global::System.Web.UI.UpdatePanel