C# Class Engage.Dnn.Locator.EditAttributeDefinition

显示文件 Open project: EngageSoftware/Engage-Locator

Protected Properties

Property Type Description
cmdCancel global::System.Web.UI.WebControls.ImageButton
cmdDelete global::System.Web.UI.WebControls.ImageButton
cmdUpdate global::System.Web.UI.WebControls.ImageButton
divDelete global::System.Web.UI.HtmlControls.HtmlGenericControl
lbImportFile global::System.Web.UI.WebControls.ImageButton
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
lblDefaultValue global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lgDefinitions global::System.Web.UI.HtmlControls.HtmlGenericControl
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
txtDefaultValue global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox

Private Properties

Property Type Description
BindData void
Page_Load void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
cmdCancel_Click ( object sender, System e ) : void
cmdDelete_Click ( object sender, System e ) : void
cmdUpdate_Click ( object sender, System e ) : void

Private Methods

Method Description
BindData ( ) : void
Page_Load ( object sender, System e ) : void

Method Details

OnInit() protected method

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

cmdCancel_Click() protected method

protected cmdCancel_Click ( object sender, System e ) : void
sender object
e System
return void

cmdDelete_Click() protected method

protected cmdDelete_Click ( object sender, System e ) : void
sender object
e System
return void

cmdUpdate_Click() protected method

protected cmdUpdate_Click ( object sender, System e ) : void
sender object
e System
return void

Property Details

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.ImageButton cmdCancel
return global::System.Web.UI.WebControls.ImageButton

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.ImageButton cmdDelete
return global::System.Web.UI.WebControls.ImageButton

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.ImageButton cmdUpdate
return global::System.Web.UI.WebControls.ImageButton

divDelete protected_oe property

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

lbImportFile protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lbLocationTypes protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lbManageComments protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lbManageLocations protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lbSettings protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lblDefaultValue protected_oe property

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

lblName protected_oe property

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

lgDefinitions protected_oe property

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

rfvName protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

txtDefaultValue protected_oe property

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

txtName protected_oe property

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