C# 클래스 Engage.Dnn.Locator.AttributeDefinitions

상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Locator

보호된 프로퍼티들

프로퍼티 타입 설명
btnCAAdd global::System.Web.UI.WebControls.ImageButton
btnCancelLocationType global::System.Web.UI.WebControls.ImageButton
btnCreateLocationType global::System.Web.UI.WebControls.ImageButton
btnDeleteLocationType global::System.Web.UI.WebControls.ImageButton
btnEditLocationType global::System.Web.UI.WebControls.ImageButton
btnUpdateLocationType global::System.Web.UI.WebControls.ImageButton
cmdCancel global::System.Web.UI.WebControls.ImageButton
cmdUpdate global::System.Web.UI.WebControls.ImageButton
divCustomAttributes global::System.Web.UI.HtmlControls.HtmlGenericControl
dvLocationType global::System.Web.UI.HtmlControls.HtmlGenericControl
dvLocationTypeEdit global::System.Web.UI.HtmlControls.HtmlGenericControl
grdLocationTypeAttributes global::System.Web.UI.WebControls.DataGrid
hdSelect global::System.Web.UI.HtmlControls.HtmlGenericControl
lbImportFile global::System.Web.UI.WebControls.ImageButton
lbLocType global::System.Web.UI.WebControls.ListBox
lbLocationTypes global::System.Web.UI.WebControls.ImageButton
lbManageComments global::System.Web.UI.WebControls.ImageButton
lbManageLocations global::System.Web.UI.WebControls.ImageButton
lbSettings global::System.Web.UI.WebControls.ImageButton
lblLocationTypeHelp global::System.Web.UI.WebControls.Label
lgCustomAttributes global::System.Web.UI.HtmlControls.HtmlGenericControl
lgTypes global::System.Web.UI.HtmlControls.HtmlGenericControl
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
txtEditLocationType global::System.Web.UI.WebControls.TextBox
upDataImport global::System.Web.UI.UpdatePanel

Private Properties

프로퍼티 타입 설명
BindData void
BindGrid void
BindTypes void
DeleteAttribute void
GetAttributes AttributeDefinitionCollection
MoveAttribute void
MoveAttributeDown void
MoveAttributeUp void
Page_Init void
Page_Load void
ProcessPostBack void
SetButtons void
SupportsRichClient bool
UpdateAttributes void

공개 메소드들

메소드 설명
DisplayDataType ( AttributeDefinition definition ) : string

보호된 메소드들

메소드 설명
btnCAAdd_Click ( object sender, System e ) : void
btnCancelLocationType_Click ( object sender, EventArgs e ) : void
btnCreateLocationType_Click ( object sender, System e ) : void
btnDeleteLocationType_Click ( object sender, System e ) : void
btnEditLocationType_Click ( object sender, System e ) : void
btnUpdateLocationType_Click ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, System e ) : void
cmdUpdate_Click ( object sender, System e ) : void
grdLocationTypeAttributes_ItemCheckedChanged ( object sender, DotNetNuke.UI.WebControls.DNNDataGridCheckChangedEventArgs e ) : void
grdLocationTypeAttributes_ItemCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
grdLocationTypeAttributes_ItemCreated ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void

When it is determined that the client supports a rich interactivity the grdLocationTypeAttributes_ItemCreated event is responsible for disabling all the unneeded AutoPostBacks, along with assiging the appropriate client-side script for each event handler

grdLocationTypeAttributes_ItemDataBound ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
lbLocType_SelectedIndexChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BindData ( ) : void
BindGrid ( ) : void
BindTypes ( ) : void
DeleteAttribute ( int attributeDefinitionId ) : void
GetAttributes ( ) : AttributeDefinitionCollection
MoveAttribute ( int index, int destIndex ) : void
MoveAttributeDown ( int index ) : void
MoveAttributeUp ( int index ) : void
Page_Init ( object sender, System e ) : void

Page_Init runs when the control is initialised

Page_Load ( object sender, System e ) : void

Page_Load runs when the control is loaded

ProcessPostBack ( ) : void

This method is responsible for taking in posted information from the grid and persisting it to the property definition collection

SetButtons ( ) : void
SupportsRichClient ( ) : bool
UpdateAttributes ( ) : void

메소드 상세

DisplayDataType() 공개 메소드

public DisplayDataType ( AttributeDefinition definition ) : string
definition AttributeDefinition
리턴 string

btnCAAdd_Click() 보호된 메소드

protected btnCAAdd_Click ( object sender, System e ) : void
sender object
e System
리턴 void

btnCancelLocationType_Click() 보호된 메소드

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

btnCreateLocationType_Click() 보호된 메소드

protected btnCreateLocationType_Click ( object sender, System e ) : void
sender object
e System
리턴 void

btnDeleteLocationType_Click() 보호된 메소드

protected btnDeleteLocationType_Click ( object sender, System e ) : void
sender object
e System
리턴 void

btnEditLocationType_Click() 보호된 메소드

protected btnEditLocationType_Click ( object sender, System e ) : void
sender object
e System
리턴 void

btnUpdateLocationType_Click() 보호된 메소드

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

cmdCancel_Click() 보호된 메소드

protected cmdCancel_Click ( object sender, System e ) : void
sender object
e System
리턴 void

cmdUpdate_Click() 보호된 메소드

protected cmdUpdate_Click ( object sender, System e ) : void
sender object
e System
리턴 void

grdLocationTypeAttributes_ItemCheckedChanged() 보호된 메소드

protected grdLocationTypeAttributes_ItemCheckedChanged ( object sender, DotNetNuke.UI.WebControls.DNNDataGridCheckChangedEventArgs e ) : void
sender object
e DotNetNuke.UI.WebControls.DNNDataGridCheckChangedEventArgs
리턴 void

grdLocationTypeAttributes_ItemCommand() 보호된 메소드

protected grdLocationTypeAttributes_ItemCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
source object
e System.Web.UI.WebControls.DataGridCommandEventArgs
리턴 void

grdLocationTypeAttributes_ItemCreated() 보호된 메소드

When it is determined that the client supports a rich interactivity the grdLocationTypeAttributes_ItemCreated event is responsible for disabling all the unneeded AutoPostBacks, along with assiging the appropriate client-side script for each event handler
protected grdLocationTypeAttributes_ItemCreated ( object sender, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.DataGridItemEventArgs
리턴 void

grdLocationTypeAttributes_ItemDataBound() 보호된 메소드

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

lbLocType_SelectedIndexChanged() 보호된 메소드

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

프로퍼티 상세

btnCAAdd 보호되어 있는 프로퍼티

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

btnCancelLocationType 보호되어 있는 프로퍼티

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

btnCreateLocationType 보호되어 있는 프로퍼티

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

btnDeleteLocationType 보호되어 있는 프로퍼티

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

btnEditLocationType 보호되어 있는 프로퍼티

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

btnUpdateLocationType 보호되어 있는 프로퍼티

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

cmdCancel 보호되어 있는 프로퍼티

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

cmdUpdate 보호되어 있는 프로퍼티

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

divCustomAttributes 보호되어 있는 프로퍼티

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

dvLocationType 보호되어 있는 프로퍼티

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

dvLocationTypeEdit 보호되어 있는 프로퍼티

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

grdLocationTypeAttributes 보호되어 있는 프로퍼티

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

hdSelect 보호되어 있는 프로퍼티

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

lbImportFile 보호되어 있는 프로퍼티

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

lbLocType 보호되어 있는 프로퍼티

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

lbLocationTypes 보호되어 있는 프로퍼티

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

lbManageComments 보호되어 있는 프로퍼티

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

lbManageLocations 보호되어 있는 프로퍼티

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

lbSettings 보호되어 있는 프로퍼티

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

lblLocationTypeHelp 보호되어 있는 프로퍼티

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

lgCustomAttributes 보호되어 있는 프로퍼티

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

lgTypes 보호되어 있는 프로퍼티

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

rfvName 보호되어 있는 프로퍼티

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

txtEditLocationType 보호되어 있는 프로퍼티

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

upDataImport 보호되어 있는 프로퍼티

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