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

파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

보호된 프로퍼티들

프로퍼티 타입 설명
GridViewProperty global::System.Web.UI.WebControls.GridView
Literal1 global::System.Web.UI.WebControls.Literal
RptrEditProperty global::System.Web.UI.WebControls.Repeater
btnEditProperty global::System.Web.UI.WebControls.LinkButton
btnInsertCancel global::System.Web.UI.WebControls.LinkButton
btnInsertProperty global::System.Web.UI.WebControls.LinkButton
btnInsertProperty2 global::System.Web.UI.WebControls.LinkButton
hiddenSubjectID global::System.Web.UI.WebControls.HiddenField
imbAddArror global::System.Web.UI.WebControls.Image
lblNoItems global::System.Web.UI.WebControls.Label
litBackLink global::System.Web.UI.WebControls.Literal
litEditProperty global::System.Web.UI.WebControls.Literal
pnlInsertProperty global::System.Web.UI.WebControls.Panel
securityOptions global::Profiles.Edit.Modules.SecurityOptions.SecurityOptions
txtInsertLabel global::System.Web.UI.WebControls.TextBox
updateProgress global::System.Web.UI.UpdateProgress
upnlEditSection global::System.Web.UI.UpdatePanel

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

메소드 설명
FillPropertyGrid ( bool refresh ) : void
GridViewProperty_RowCancelingEdit ( object sender, GridViewCancelEditEventArgs e ) : void
GridViewProperty_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
GridViewProperty_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
GridViewProperty_RowEditing ( object sender, GridViewEditEventArgs e ) : void
GridViewProperty_RowUpdated ( object sender, GridViewUpdatedEventArgs e ) : void
GridViewProperty_RowUpdating ( object sender, GridViewUpdateEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnEditProperty_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
ibDown_Click ( object sender, EventArgs e ) : void
ibUp_Click ( object sender, EventArgs e ) : void

메소드 상세

EditDataTypeProperty() 공개 메소드

public EditDataTypeProperty ( ) : System
리턴 System

EditDataTypeProperty() 공개 메소드

public EditDataTypeProperty ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata XmlDocument
moduleparams List
pagenamespaces XmlNamespaceManager
리턴 System

FillPropertyGrid() 보호된 메소드

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

GridViewProperty_RowCancelingEdit() 보호된 메소드

protected GridViewProperty_RowCancelingEdit ( object sender, GridViewCancelEditEventArgs e ) : void
sender object
e GridViewCancelEditEventArgs
리턴 void

GridViewProperty_RowDataBound() 보호된 메소드

protected GridViewProperty_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
리턴 void

GridViewProperty_RowDeleting() 보호된 메소드

protected GridViewProperty_RowDeleting ( object sender, GridViewDeleteEventArgs e ) : void
sender object
e GridViewDeleteEventArgs
리턴 void

GridViewProperty_RowEditing() 보호된 메소드

protected GridViewProperty_RowEditing ( object sender, GridViewEditEventArgs e ) : void
sender object
e GridViewEditEventArgs
리턴 void

GridViewProperty_RowUpdated() 보호된 메소드

protected GridViewProperty_RowUpdated ( object sender, GridViewUpdatedEventArgs e ) : void
sender object
e GridViewUpdatedEventArgs
리턴 void

GridViewProperty_RowUpdating() 보호된 메소드

protected GridViewProperty_RowUpdating ( object sender, GridViewUpdateEventArgs e ) : void
sender object
e GridViewUpdateEventArgs
리턴 void

Page_Load() 보호된 메소드

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

btnEditProperty_OnClick() 보호된 메소드

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

btnInsertCancel_OnClick() 보호된 메소드

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

btnInsertClose_OnClick() 보호된 메소드

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

btnInsert_OnClick() 보호된 메소드

protected btnInsert_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

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

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

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

btnInsertProperty2 보호되어 있는 프로퍼티

btnInsertProperty2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton btnInsertProperty2
리턴 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

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

litEditProperty 보호되어 있는 프로퍼티

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

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

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

txtInsertLabel 보호되어 있는 프로퍼티

txtInsertLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtInsertLabel
리턴 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