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

파일 보기 프로젝트 열기: EngageSoftware/Engage-Locator

보호된 프로퍼티들

프로퍼티 타입 설명
AddressFirstLineSection global::System.Web.UI.HtmlControls.HtmlGenericControl
CurrentLocationLabel global::System.Web.UI.WebControls.Label
CurrentLocationsLabel global::System.Web.UI.WebControls.Label
CurrentPageLabel global::System.Web.UI.WebControls.Label
DrivingDirectionsLink global::System.Web.UI.WebControls.HyperLink
ErrorMessageLabel global::System.Web.UI.WebControls.Label
FilterCountryDropDownList global::System.Web.UI.WebControls.DropDownList
FilterCountryLabel global::System.Web.UI.WebControls.Label
FilterCountryPanel global::System.Web.UI.WebControls.Panel
HeaderLabel global::System.Web.UI.WebControls.Label
Label1 global::System.Web.UI.WebControls.Label
LocationsListRepeater global::System.Web.UI.WebControls.Repeater
LocationsListView global::System.Web.UI.WebControls.View
LocatorDisplayMultiView global::System.Web.UI.WebControls.MultiView
LocatorMapLabel global::System.Web.UI.WebControls.Label
MapLinkDrivingDirectionsLabel global::System.Web.UI.WebControls.Label
MapLinkMapNameLabel global::System.Web.UI.WebControls.Label
MapLinkPanel global::System.Web.UI.WebControls.Panel
MapSection global::System.Web.UI.HtmlControls.HtmlGenericControl
NewSearchButton global::System.Web.UI.WebControls.Button
NextPageLink global::System.Web.UI.WebControls.HyperLink
PreviousPageLink global::System.Web.UI.WebControls.HyperLink
ScrollToViewMoreLabel global::System.Web.UI.WebControls.Label
SearchAddressLabel global::System.Web.UI.WebControls.Label
SearchAddressPanel global::System.Web.UI.WebControls.Panel
SearchAddressTextBox global::System.Web.UI.WebControls.TextBox
SearchCityLabel global::System.Web.UI.WebControls.Label
SearchCitySection global::System.Web.UI.HtmlControls.HtmlGenericControl
SearchCityTextBox global::System.Web.UI.WebControls.TextBox
SearchCountryDropDownList global::System.Web.UI.WebControls.DropDownList
SearchCountryLabel global::System.Web.UI.WebControls.Label
SearchCountrySection global::System.Web.UI.HtmlControls.HtmlGenericControl
SearchErrorPanel global::System.Web.UI.WebControls.Panel
SearchPanel global::System.Web.UI.WebControls.Panel
SearchPostalCodeLabel global::System.Web.UI.WebControls.Label
SearchPostalCodeSection global::System.Web.UI.HtmlControls.HtmlGenericControl
SearchPostalCodeTextBox global::System.Web.UI.WebControls.TextBox
SearchRadiusDropDownList global::System.Web.UI.WebControls.DropDownList
SearchRadiusLabel global::System.Web.UI.WebControls.Label
SearchRadiusPanel global::System.Web.UI.WebControls.Panel
SearchRegionDropDownList global::System.Web.UI.WebControls.DropDownList
SearchRegionLabel global::System.Web.UI.WebControls.Label
SearchRegionSection global::System.Web.UI.HtmlControls.HtmlGenericControl
SearchSubmitButton global::System.Web.UI.WebControls.Button
SearchTitleLabel global::System.Web.UI.WebControls.Label
SetupLabel global::System.Web.UI.WebControls.Label
SetupPanel global::System.Web.UI.WebControls.Panel
SetupView global::System.Web.UI.WebControls.View
ShowAllLocationsButton global::System.Web.UI.WebControls.Button
SubmitLocationFromListButton global::System.Web.UI.WebControls.Button
SubmitLocationFromSearchButton global::System.Web.UI.WebControls.Button
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

Private Properties

프로퍼티 타입 설명
AddParameter void
AddParameter void
ConfigurePaging void
DisablePagingLink void
DisplayLocationList void
FillCountry void
FillDropDowns void
FillSearchPanel void
GenerateUrlForPage string
GetDefaultLocations LocationCollection
HasSearchCriteria bool
LocationsListRepeater_ItemDataBound void
NewSearchButton_Click void
Page_Load void
SearchSubmitButton_Click void
SetSearchDisplay void
ShowAllLocationsButton_Click void
ShowMaps void
SubmitLocationButton_Click void

공개 메소드들

메소드 설명
IsConfigured ( int tabModuleId, string &error ) : bool

Determines whether the instance with the specified TabModuleId is configured.

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

비공개 메소드들

메소드 설명
AddParameter ( ICollection parameters, string key ) : void

Adds the QueryString parameter with the given key to the list of parameters, if it is already on the QueryString.

AddParameter ( ICollection parameters, string key, string value ) : void

Adds the QueryString parameter with the given key to the list of parameters, if it is already on the QueryString.

ConfigurePaging ( ItemPagingState pagingState ) : void

Configures the paging, setting the links to the previous and next buttons, setting label text, etc.

DisablePagingLink ( HyperLink pageLink ) : void

Disables the paging link.

DisplayLocationList ( ) : void

Displays the location list.

FillCountry ( ) : void

Fills the drop down list of countries.

FillDropDowns ( ) : void

Fills the drop down lists on the search form. Also shows or hides them based on the module's settings

FillSearchPanel ( ) : void

Fills the search panel.

GenerateUrlForPage ( int pageIndex ) : string

Generates the URL for the listing.

GetDefaultLocations ( ) : LocationCollection

Gets the default list of all locations.

HasSearchCriteria ( ) : bool

Determines whether there is search criteria.

LocationsListRepeater_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the LocationsListRepeater control.

NewSearchButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the NewSearchButton control.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

SearchSubmitButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the SearchSubmitButton control.

SetSearchDisplay ( ) : void

Sets the visibility of the search components, based on this module's settings

ShowAllLocationsButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the ShowAllLocationsButton control.

ShowMaps ( LocationCollection locations ) : void

Sets up and shows the map.

SubmitLocationButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the SubmitLocationFromSearchButton and SubmitLocationFromListButton controls.

메소드 상세

IsConfigured() 공개 정적인 메소드

Determines whether the instance with the specified TabModuleId is configured.
public static IsConfigured ( int tabModuleId, string &error ) : bool
tabModuleId int The TabModuleId.
error string The error message.
리턴 bool

OnInit() 보호된 메소드

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
리턴 void

프로퍼티 상세

AddressFirstLineSection 보호되어 있는 프로퍼티

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

CurrentLocationLabel 보호되어 있는 프로퍼티

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

CurrentLocationsLabel 보호되어 있는 프로퍼티

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

CurrentPageLabel 보호되어 있는 프로퍼티

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

DrivingDirectionsLink 보호되어 있는 프로퍼티

DrivingDirectionsLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink DrivingDirectionsLink
리턴 global::System.Web.UI.WebControls.HyperLink

ErrorMessageLabel 보호되어 있는 프로퍼티

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

FilterCountryDropDownList 보호되어 있는 프로퍼티

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

FilterCountryLabel 보호되어 있는 프로퍼티

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

FilterCountryPanel 보호되어 있는 프로퍼티

FilterCountryPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel FilterCountryPanel
리턴 global::System.Web.UI.WebControls.Panel

HeaderLabel 보호되어 있는 프로퍼티

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

Label1 보호되어 있는 프로퍼티

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

LocationsListRepeater 보호되어 있는 프로퍼티

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

LocationsListView 보호되어 있는 프로퍼티

LocationsListView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View LocationsListView
리턴 global::System.Web.UI.WebControls.View

LocatorDisplayMultiView 보호되어 있는 프로퍼티

LocatorDisplayMultiView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.MultiView LocatorDisplayMultiView
리턴 global::System.Web.UI.WebControls.MultiView

LocatorMapLabel 보호되어 있는 프로퍼티

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

MapLinkDrivingDirectionsLabel 보호되어 있는 프로퍼티

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

MapLinkMapNameLabel 보호되어 있는 프로퍼티

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

MapLinkPanel 보호되어 있는 프로퍼티

MapLinkPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel MapLinkPanel
리턴 global::System.Web.UI.WebControls.Panel

MapSection 보호되어 있는 프로퍼티

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

NewSearchButton 보호되어 있는 프로퍼티

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

NextPageLink 보호되어 있는 프로퍼티

NextPageLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink NextPageLink
리턴 global::System.Web.UI.WebControls.HyperLink

PreviousPageLink 보호되어 있는 프로퍼티

PreviousPageLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink PreviousPageLink
리턴 global::System.Web.UI.WebControls.HyperLink

ScrollToViewMoreLabel 보호되어 있는 프로퍼티

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

SearchAddressLabel 보호되어 있는 프로퍼티

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

SearchAddressPanel 보호되어 있는 프로퍼티

SearchAddressPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel SearchAddressPanel
리턴 global::System.Web.UI.WebControls.Panel

SearchAddressTextBox 보호되어 있는 프로퍼티

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

SearchCityLabel 보호되어 있는 프로퍼티

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

SearchCitySection 보호되어 있는 프로퍼티

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

SearchCityTextBox 보호되어 있는 프로퍼티

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

SearchCountryDropDownList 보호되어 있는 프로퍼티

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

SearchCountryLabel 보호되어 있는 프로퍼티

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

SearchCountrySection 보호되어 있는 프로퍼티

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

SearchErrorPanel 보호되어 있는 프로퍼티

SearchErrorPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel SearchErrorPanel
리턴 global::System.Web.UI.WebControls.Panel

SearchPanel 보호되어 있는 프로퍼티

SearchPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel SearchPanel
리턴 global::System.Web.UI.WebControls.Panel

SearchPostalCodeLabel 보호되어 있는 프로퍼티

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

SearchPostalCodeSection 보호되어 있는 프로퍼티

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

SearchPostalCodeTextBox 보호되어 있는 프로퍼티

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

SearchRadiusDropDownList 보호되어 있는 프로퍼티

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

SearchRadiusLabel 보호되어 있는 프로퍼티

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

SearchRadiusPanel 보호되어 있는 프로퍼티

SearchRadiusPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel SearchRadiusPanel
리턴 global::System.Web.UI.WebControls.Panel

SearchRegionDropDownList 보호되어 있는 프로퍼티

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

SearchRegionLabel 보호되어 있는 프로퍼티

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

SearchRegionSection 보호되어 있는 프로퍼티

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

SearchSubmitButton 보호되어 있는 프로퍼티

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

SearchTitleLabel 보호되어 있는 프로퍼티

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

SetupLabel 보호되어 있는 프로퍼티

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

SetupPanel 보호되어 있는 프로퍼티

SetupPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel SetupPanel
리턴 global::System.Web.UI.WebControls.Panel

SetupView 보호되어 있는 프로퍼티

SetupView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View SetupView
리턴 global::System.Web.UI.WebControls.View

ShowAllLocationsButton 보호되어 있는 프로퍼티

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

SubmitLocationFromListButton 보호되어 있는 프로퍼티

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

SubmitLocationFromSearchButton 보호되어 있는 프로퍼티

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

lbImportFile 보호되어 있는 프로퍼티

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

lbLocationTypes 보호되어 있는 프로퍼티

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

lbManageComments 보호되어 있는 프로퍼티

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

lbManageLocations 보호되어 있는 프로퍼티

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

lbSettings 보호되어 있는 프로퍼티

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