C# Class Engage.Dnn.Locator.ManageLocation

Exibir arquivo Open project: EngageSoftware/Engage-Locator

Protected Properties

Property Type Description
AddingRegionsLabel global::System.Web.UI.WebControls.Label
CompareValidator1 global::System.Web.UI.WebControls.CompareValidator
CountryDropDownList global::System.Web.UI.WebControls.DropDownList
LatitideRangeValidator global::System.Web.UI.WebControls.RangeValidator
LongitudeRangeValidator global::System.Web.UI.WebControls.RangeValidator
RegionDropDownList global::System.Web.UI.WebControls.DropDownList
WebsiteRegexValidator global::System.Web.UI.WebControls.RegularExpressionValidator
btnCancel global::System.Web.UI.WebControls.Button
btnDelete global::System.Web.UI.WebControls.Button
btnSubmit global::System.Web.UI.WebControls.Button
cvCountry global::System.Web.UI.WebControls.CompareValidator
ddlType global::System.Web.UI.WebControls.DropDownList
divPanelSingle 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
lblAddress1 global::DotNetNuke.UI.UserControls.LabelControl
lblAddress2 global::DotNetNuke.UI.UserControls.LabelControl
lblAttributes global::DotNetNuke.UI.UserControls.LabelControl
lblCity global::DotNetNuke.UI.UserControls.LabelControl
lblCountry global::DotNetNuke.UI.UserControls.LabelControl
lblError global::System.Web.UI.WebControls.Label
lblLatitude global::DotNetNuke.UI.UserControls.LabelControl
lblLocationDetails global::DotNetNuke.UI.UserControls.LabelControl
lblLocationId global::DotNetNuke.UI.UserControls.LabelControl
lblLongitude global::DotNetNuke.UI.UserControls.LabelControl
lblName global::DotNetNuke.UI.UserControls.LabelControl
lblPhone global::DotNetNuke.UI.UserControls.LabelControl
lblState global::DotNetNuke.UI.UserControls.LabelControl
lblStatus global::DotNetNuke.UI.UserControls.LabelControl
lblType global::DotNetNuke.UI.UserControls.LabelControl
lblWebsite global::DotNetNuke.UI.UserControls.LabelControl
lblZip global::DotNetNuke.UI.UserControls.LabelControl
rbApprove global::System.Web.UI.WebControls.RadioButton
rbWaitingForApproval global::System.Web.UI.WebControls.RadioButton
rfvAddress1 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvCity global::System.Web.UI.WebControls.RequiredFieldValidator
rfvLocationId global::System.Web.UI.WebControls.RequiredFieldValidator
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvZip global::System.Web.UI.WebControls.RequiredFieldValidator
rptCustomAttributes global::System.Web.UI.WebControls.Repeater
singleDivError global::System.Web.UI.HtmlControls.HtmlGenericControl
singleError global::System.Web.UI.WebControls.Label
teLocationDetails global::DotNetNuke.UI.UserControls.TextEditor
txtAddress1 global::System.Web.UI.WebControls.TextBox
txtAddress2 global::System.Web.UI.WebControls.TextBox
txtCity global::System.Web.UI.WebControls.TextBox
txtId global::System.Web.UI.WebControls.TextBox
txtLatitude global::System.Web.UI.WebControls.TextBox
txtLocationId global::System.Web.UI.WebControls.TextBox
txtLongitude global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
txtPhone global::System.Web.UI.WebControls.TextBox
txtWebsite global::System.Web.UI.WebControls.TextBox
txtZip global::System.Web.UI.WebControls.TextBox
vldSummary global::System.Web.UI.WebControls.ValidationSummary

Private Properties

Property Type Description
DisplayLocationTypes void
FillCountry void
FillState void
LoadCustomAttributes void
LoadLocation void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:Init event.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnSubmit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSubmit control.

ddlType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlType control.

rptCustomAttributes_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rptCustomAttributes control.

Private Methods

Method Description
DisplayLocationTypes ( ListControl ddl ) : void
FillCountry ( ) : void
FillState ( ) : void
LoadCustomAttributes ( ) : void
LoadLocation ( ) : void

Method Details

OnInit() protected method

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
return void

Page_Load() protected method

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

btnCancel_Click() protected method

Handles the Click event of the btnCancel control.
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

btnDelete_Click() protected method

Handles the Click event of the btnDelete control.
protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

btnSubmit_Click() protected method

Handles the Click event of the btnSubmit control.
protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

ddlType_SelectedIndexChanged() protected method

Handles the SelectedIndexChanged event of the ddlType control.
protected ddlType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

rptCustomAttributes_ItemDataBound() protected method

Handles the ItemDataBound event of the rptCustomAttributes control.
protected rptCustomAttributes_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void
sender object The source of the event.
e RepeaterItemEventArgs The instance containing the event data.
return void

Property Details

AddingRegionsLabel protected_oe property

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

CompareValidator1 protected_oe property

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

CountryDropDownList protected_oe property

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

LatitideRangeValidator protected_oe property

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

LongitudeRangeValidator protected_oe property

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

RegionDropDownList protected_oe property

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

WebsiteRegexValidator protected_oe property

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

btnCancel protected_oe property

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

btnDelete protected_oe property

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

btnSubmit protected_oe property

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

cvCountry protected_oe property

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

ddlType protected_oe property

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

divPanelSingle protected_oe property

divPanelSingle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divPanelSingle
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

lblAddress1 protected_oe property

lblAddress1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAddress1
return global::DotNetNuke.UI.UserControls.LabelControl

lblAddress2 protected_oe property

lblAddress2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAddress2
return global::DotNetNuke.UI.UserControls.LabelControl

lblAttributes protected_oe property

lblAttributes control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAttributes
return global::DotNetNuke.UI.UserControls.LabelControl

lblCity protected_oe property

lblCity control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblCity
return global::DotNetNuke.UI.UserControls.LabelControl

lblCountry protected_oe property

lblCountry control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblCountry
return global::DotNetNuke.UI.UserControls.LabelControl

lblError protected_oe property

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

lblLatitude protected_oe property

lblLatitude control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblLatitude
return global::DotNetNuke.UI.UserControls.LabelControl

lblLocationDetails protected_oe property

lblLocationDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblLocationDetails
return global::DotNetNuke.UI.UserControls.LabelControl

lblLocationId protected_oe property

lblLocationId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblLocationId
return global::DotNetNuke.UI.UserControls.LabelControl

lblLongitude protected_oe property

lblLongitude control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblLongitude
return global::DotNetNuke.UI.UserControls.LabelControl

lblName protected_oe property

lblName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblName
return global::DotNetNuke.UI.UserControls.LabelControl

lblPhone protected_oe property

lblPhone control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblPhone
return global::DotNetNuke.UI.UserControls.LabelControl

lblState protected_oe property

lblState control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblState
return global::DotNetNuke.UI.UserControls.LabelControl

lblStatus protected_oe property

lblStatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblStatus
return global::DotNetNuke.UI.UserControls.LabelControl

lblType protected_oe property

lblType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblType
return global::DotNetNuke.UI.UserControls.LabelControl

lblWebsite protected_oe property

lblWebsite control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblWebsite
return global::DotNetNuke.UI.UserControls.LabelControl

lblZip protected_oe property

lblZip control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblZip
return global::DotNetNuke.UI.UserControls.LabelControl

rbApprove protected_oe property

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

rbWaitingForApproval protected_oe property

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

rfvAddress1 protected_oe property

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

rfvCity protected_oe property

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

rfvLocationId protected_oe property

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

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

rfvZip protected_oe property

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

rptCustomAttributes protected_oe property

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

singleDivError protected_oe property

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

singleError protected_oe property

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

teLocationDetails protected_oe property

teLocationDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.TextEditor teLocationDetails
return global::DotNetNuke.UI.UserControls.TextEditor

txtAddress1 protected_oe property

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

txtAddress2 protected_oe property

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

txtCity protected_oe property

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

txtId protected_oe property

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

txtLatitude protected_oe property

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

txtLocationId protected_oe property

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

txtLongitude protected_oe property

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

txtPhone protected_oe property

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

txtWebsite protected_oe property

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

txtZip protected_oe property

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

vldSummary protected_oe property

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