C# Class Engage.Dnn.Locator.Settings

A control for setting the options for this module
Inheritance: DotNetNuke.Entities.Modules.ModuleSettingsBase
显示文件 Open project: EngageSoftware/Engage-Locator

Protected Properties

Property Type Description
AllowCommentsCheckBox global::System.Web.UI.WebControls.CheckBox
AllowLocationSubmissionsCheckBox global::System.Web.UI.WebControls.CheckBox
AllowRatingsCheckBox global::System.Web.UI.WebControls.CheckBox
AlwaysShowSearchCheckBox global::System.Web.UI.WebControls.CheckBox
ApiKeyValidator global::System.Web.UI.WebControls.CustomValidator
DefaultRadiusDropDownList global::System.Web.UI.WebControls.DropDownList
IncludeUnlimitedMilesRadiusCheckBox global::System.Web.UI.WebControls.CheckBox
LocationDetailSeparatePageRadioButton global::System.Web.UI.WebControls.RadioButton
LocationDetailsSamePageRadioButton global::System.Web.UI.WebControls.RadioButton
LocationsPerPageLabel global::DotNetNuke.UI.UserControls.LabelControl
LocationsPerPageTextBox global::System.Web.UI.WebControls.TextBox
LocatorCountryValidator global::System.Web.UI.WebControls.CustomValidator
ModerateCommentsCheckBox global::System.Web.UI.WebControls.CheckBox
NoLocationDetailsRadioButton global::System.Web.UI.WebControls.RadioButton
ProviderTypeRadioButtonList global::System.Web.UI.WebControls.RadioButtonList
ProviderTypeValidator global::System.Web.UI.WebControls.CustomValidator
RadiusOptionsRow global::System.Web.UI.HtmlControls.HtmlTableRow
SearchOptionsValidator global::System.Web.UI.WebControls.CustomValidator
SearchRestrictionsRadioButtonList global::System.Web.UI.WebControls.RadioButtonList
SearchResultsModuleValidator global::System.Web.UI.WebControls.CustomValidator
chkAddress global::System.Web.UI.WebControls.CheckBox
chkCityRegion global::System.Web.UI.WebControls.CheckBox
chkCountry global::System.Web.UI.WebControls.CheckBox
chkModerateLocations global::System.Web.UI.WebControls.CheckBox
chkPostalCode global::System.Web.UI.WebControls.CheckBox
ddlLocatorCountry global::System.Web.UI.WebControls.DropDownList
dshDisplaySetting global::DotNetNuke.UI.UserControls.SectionHeadControl
dshMapProvider global::DotNetNuke.UI.UserControls.SectionHeadControl
dshSearchSettings global::DotNetNuke.UI.UserControls.SectionHeadControl
dshSubmissionSettings global::DotNetNuke.UI.UserControls.SectionHeadControl
dvLocationType global::System.Web.UI.HtmlControls.HtmlGenericControl
gvTabModules global::System.Web.UI.WebControls.GridView
lbLocationType global::System.Web.UI.WebControls.ListBox
lblAPIKey global::DotNetNuke.UI.UserControls.LabelControl
lblAllowSubmissions global::DotNetNuke.UI.UserControls.LabelControl
lblAlwaysShowSearch global::DotNetNuke.UI.UserControls.LabelControl
lblApiInstructions global::System.Web.UI.WebControls.Label
lblApiMapProvider global::System.Web.UI.WebControls.Label
lblDefaultDisplay global::DotNetNuke.UI.UserControls.LabelControl
lblLocationComments global::DotNetNuke.UI.UserControls.LabelControl
lblLocationRating global::DotNetNuke.UI.UserControls.LabelControl
lblLocationType global::DotNetNuke.UI.UserControls.LabelControl
lblLocatorCountry global::DotNetNuke.UI.UserControls.LabelControl
lblLocatorModules global::DotNetNuke.UI.UserControls.LabelControl
lblMapProviders global::DotNetNuke.UI.UserControls.LabelControl
lblMapType global::DotNetNuke.UI.UserControls.LabelControl
lblModerateComments global::DotNetNuke.UI.UserControls.LabelControl
lblOptional global::DotNetNuke.UI.UserControls.LabelControl
lblOptionalInst global::System.Web.UI.WebControls.Label
lblSearchInst global::System.Web.UI.WebControls.Label
lblSearchOptions global::DotNetNuke.UI.UserControls.LabelControl
lblSearchTitle global::DotNetNuke.UI.UserControls.LabelControl
lblShowLocationDetails global::DotNetNuke.UI.UserControls.LabelControl
lblSubmissionModeration global::DotNetNuke.UI.UserControls.LabelControl
rbDisplayAll global::System.Web.UI.WebControls.RadioButton
rbSearch global::System.Web.UI.WebControls.RadioButton
rbShowMap global::System.Web.UI.WebControls.RadioButton
rblMapDisplayType global::System.Web.UI.WebControls.RadioButtonList
tblDisplaySettings global::System.Web.UI.HtmlControls.HtmlTable
tblMapProvider global::System.Web.UI.HtmlControls.HtmlTable
tblSearchSettings global::System.Web.UI.HtmlControls.HtmlTable
tblSubmissionSettings global::System.Web.UI.HtmlControls.HtmlTable
txtApiKey global::System.Web.UI.WebControls.TextBox
txtSearchTitle global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
LoadSettings ( ) : void

Loads the settings.

UpdateSettings ( ) : void

Updates the settings.

Protected Methods

Method Description
LocatorModuleRadioButtons_CheckChanged ( object sender, EventArgs e ) : void

Handles the CheckChanged event of the LocatorModuleRadioButtons control.

OnInit ( EventArgs e ) : void

Raises the System.Web.UI.Control.Init event.

Private Methods

Method Description
AllowCommentsCheckBox_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the AllowCommentsCheckBox control.

AllowLocationSubmissionsCheckBox_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the AllowLocationSubmissionsCheckBox control.

ApiKeyValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Handles the ServerValidate event of the apiKey control.

DefaultDisplayRadioGroup_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the SearchRadioButton control.

DisplayAPI ( ) : void
DisplayLocationTypes ( ) : void
DisplayProviderType ( ) : void
GetLocationTypeList ( ) : string

Gets a comma-delimited list of the IDs of the selected location types.

IncludeUnlimitedMilesRadiusCheckBox_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the IncludeUnlimitedMilesRadiusCheckBox control.

LocationDetailsRadioButtons_CheckChanged ( object sender, EventArgs e ) : void

Handles the CheckChanged event of the radio button controls used to select where the location details are displayed.

LocatorCountryValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Handles the OnServerValidate event of the LocatorCountryValidator control.

ProviderTypeRadioButtonList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ProviderTypeRadioButtonList control.

ProviderTypeValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Handles the ServerValidate event of the ProviderTypeValidator control.

SearchOptionsValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Handles the ServerValidate event of the SearchOptionsValidator control.

SearchRestrictionsRadioButtonList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the SearchRestrictionsRadioButtonList control.

SearchResultsModuleValidator_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Handles the ServerValidate event of the SearchResultsModuleValidator control.

SetRadiusOptionsRowVisibility ( ) : void

Sets the visibility of RadiusOptionsRow.

Method Details

LoadSettings() public method

Loads the settings.
public LoadSettings ( ) : void
return void

LocatorModuleRadioButtons_CheckChanged() protected method

Handles the CheckChanged event of the LocatorModuleRadioButtons control.
protected LocatorModuleRadioButtons_CheckChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

OnInit() protected method

Raises the System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

UpdateSettings() public method

Updates the settings.
public UpdateSettings ( ) : void
return void

Property Details

AllowCommentsCheckBox protected_oe property

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

AllowLocationSubmissionsCheckBox protected_oe property

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

AllowRatingsCheckBox protected_oe property

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

AlwaysShowSearchCheckBox protected_oe property

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

ApiKeyValidator protected_oe property

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

DefaultRadiusDropDownList protected_oe property

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

IncludeUnlimitedMilesRadiusCheckBox protected_oe property

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

LocationDetailSeparatePageRadioButton protected_oe property

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

LocationDetailsSamePageRadioButton protected_oe property

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

LocationsPerPageLabel protected_oe property

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

LocationsPerPageTextBox protected_oe property

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

LocatorCountryValidator protected_oe property

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

ModerateCommentsCheckBox protected_oe property

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

NoLocationDetailsRadioButton protected_oe property

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

ProviderTypeRadioButtonList protected_oe property

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

ProviderTypeValidator protected_oe property

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

RadiusOptionsRow protected_oe property

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

SearchOptionsValidator protected_oe property

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

SearchRestrictionsRadioButtonList protected_oe property

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

SearchResultsModuleValidator protected_oe property

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

chkAddress protected_oe property

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

chkCityRegion protected_oe property

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

chkCountry protected_oe property

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

chkModerateLocations protected_oe property

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

chkPostalCode protected_oe property

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

ddlLocatorCountry protected_oe property

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

dshDisplaySetting protected_oe property

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

dshMapProvider protected_oe property

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

dshSearchSettings protected_oe property

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

dshSubmissionSettings protected_oe property

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

dvLocationType protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

gvTabModules protected_oe property

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

lbLocationType protected_oe property

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

lblAPIKey protected_oe property

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

lblAllowSubmissions protected_oe property

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

lblAlwaysShowSearch protected_oe property

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

lblApiInstructions protected_oe property

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

lblApiMapProvider protected_oe property

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

lblDefaultDisplay protected_oe property

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

lblLocationComments protected_oe property

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

lblLocationRating protected_oe property

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

lblLocationType protected_oe property

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

lblLocatorCountry protected_oe property

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

lblLocatorModules protected_oe property

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

lblMapProviders protected_oe property

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

lblMapType protected_oe property

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

lblModerateComments protected_oe property

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

lblOptional protected_oe property

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

lblOptionalInst protected_oe property

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

lblSearchInst protected_oe property

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

lblSearchOptions protected_oe property

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

lblSearchTitle protected_oe property

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

lblShowLocationDetails protected_oe property

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

lblSubmissionModeration protected_oe property

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

rbDisplayAll protected_oe property

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

rbSearch protected_oe property

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

rbShowMap protected_oe property

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

rblMapDisplayType protected_oe property

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

tblDisplaySettings protected_oe property

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

tblMapProvider protected_oe property

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

tblSearchSettings protected_oe property

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

tblSubmissionSettings protected_oe property

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

txtApiKey protected_oe property

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

txtSearchTitle protected_oe property

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