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

A control for setting the options for this module
상속: DotNetNuke.Entities.Modules.ModuleSettingsBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Locator

보호된 프로퍼티들

프로퍼티 타입 설명
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