C# Класс Engage.Dnn.Locator.Settings

A control for setting the options for this module
Наследование: DotNetNuke.Entities.Modules.ModuleSettingsBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
LoadSettings ( ) : void

Loads the settings.

UpdateSettings ( ) : void

Updates the settings.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

LoadSettings() публичный Метод

Loads the settings.
public LoadSettings ( ) : void
Результат void

LocatorModuleRadioButtons_CheckChanged() защищенный Метод

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.
Результат void

OnInit() защищенный Метод

Raises the System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

UpdateSettings() публичный Метод

Updates the settings.
public UpdateSettings ( ) : void
Результат void

Описание свойств

AllowCommentsCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

AllowLocationSubmissionsCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

AllowRatingsCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

AlwaysShowSearchCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

ApiKeyValidator защищенное свойство

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
Результат global::System.Web.UI.WebControls.CustomValidator

DefaultRadiusDropDownList защищенное свойство

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
Результат global::System.Web.UI.WebControls.DropDownList

IncludeUnlimitedMilesRadiusCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

LocationDetailSeparatePageRadioButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.RadioButton

LocationDetailsSamePageRadioButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.RadioButton

LocationsPerPageLabel защищенное свойство

LocationsPerPageLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl LocationsPerPageLabel
Результат global::DotNetNuke.UI.UserControls.LabelControl

LocationsPerPageTextBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

LocatorCountryValidator защищенное свойство

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
Результат global::System.Web.UI.WebControls.CustomValidator

ModerateCommentsCheckBox защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

NoLocationDetailsRadioButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.RadioButton

ProviderTypeRadioButtonList защищенное свойство

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
Результат global::System.Web.UI.WebControls.RadioButtonList

ProviderTypeValidator защищенное свойство

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
Результат global::System.Web.UI.WebControls.CustomValidator

RadiusOptionsRow защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlTableRow

SearchOptionsValidator защищенное свойство

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
Результат global::System.Web.UI.WebControls.CustomValidator

SearchRestrictionsRadioButtonList защищенное свойство

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
Результат global::System.Web.UI.WebControls.RadioButtonList

SearchResultsModuleValidator защищенное свойство

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
Результат global::System.Web.UI.WebControls.CustomValidator

chkAddress защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

chkCityRegion защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

chkCountry защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

chkModerateLocations защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

chkPostalCode защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

ddlLocatorCountry защищенное свойство

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
Результат global::System.Web.UI.WebControls.DropDownList

dshDisplaySetting защищенное свойство

dshDisplaySetting control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl dshDisplaySetting
Результат global::DotNetNuke.UI.UserControls.SectionHeadControl

dshMapProvider защищенное свойство

dshMapProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl dshMapProvider
Результат global::DotNetNuke.UI.UserControls.SectionHeadControl

dshSearchSettings защищенное свойство

dshSearchSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl dshSearchSettings
Результат global::DotNetNuke.UI.UserControls.SectionHeadControl

dshSubmissionSettings защищенное свойство

dshSubmissionSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.SectionHeadControl dshSubmissionSettings
Результат global::DotNetNuke.UI.UserControls.SectionHeadControl

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

gvTabModules защищенное свойство

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
Результат global::System.Web.UI.WebControls.GridView

lbLocationType защищенное свойство

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
Результат global::System.Web.UI.WebControls.ListBox

lblAPIKey защищенное свойство

lblAPIKey control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAPIKey
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblAllowSubmissions защищенное свойство

lblAllowSubmissions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAllowSubmissions
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblAlwaysShowSearch защищенное свойство

lblAlwaysShowSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAlwaysShowSearch
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblApiInstructions защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblApiMapProvider защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblDefaultDisplay защищенное свойство

lblDefaultDisplay control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblDefaultDisplay
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblLocationComments защищенное свойство

lblLocationComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblLocationComments
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblLocationRating защищенное свойство

lblLocationRating control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblLocationRating
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblLocationType защищенное свойство

lblLocationType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblLocationType
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblLocatorCountry защищенное свойство

lblLocatorCountry control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblLocatorCountry
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblLocatorModules защищенное свойство

lblLocatorModules control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblLocatorModules
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblMapProviders защищенное свойство

lblMapProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblMapProviders
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblMapType защищенное свойство

lblMapType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblMapType
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblModerateComments защищенное свойство

lblModerateComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblModerateComments
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblOptional защищенное свойство

lblOptional control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblOptional
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblOptionalInst защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblSearchInst защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblSearchOptions защищенное свойство

lblSearchOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblSearchOptions
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblSearchTitle защищенное свойство

lblSearchTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblSearchTitle
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblShowLocationDetails защищенное свойство

lblShowLocationDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblShowLocationDetails
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblSubmissionModeration защищенное свойство

lblSubmissionModeration control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblSubmissionModeration
Результат global::DotNetNuke.UI.UserControls.LabelControl

rbDisplayAll защищенное свойство

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
Результат global::System.Web.UI.WebControls.RadioButton

rbSearch защищенное свойство

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
Результат global::System.Web.UI.WebControls.RadioButton

rbShowMap защищенное свойство

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
Результат global::System.Web.UI.WebControls.RadioButton

rblMapDisplayType защищенное свойство

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
Результат global::System.Web.UI.WebControls.RadioButtonList

tblDisplaySettings защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlTable

tblMapProvider защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlTable

tblSearchSettings защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlTable

tblSubmissionSettings защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlTable

txtApiKey защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtSearchTitle защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox