C# Class Engage.Dnn.Locator.Details

A control which displays details about a particular location
Inheritance: ModuleBase
Show file Open project: EngageSoftware/Engage-Locator

Protected Properties

Property Type Description
AddCommentInstructionsLabel global::System.Web.UI.WebControls.Label
AddCommentSection global::System.Web.UI.HtmlControls.HtmlGenericControl
BackButton global::System.Web.UI.WebControls.Button
CancelButton global::System.Web.UI.WebControls.Button
CommentRequiredValidator global::System.Web.UI.WebControls.RequiredFieldValidator
CommentSubmittedLabel global::System.Web.UI.WebControls.Label
CommentTextBox global::System.Web.UI.WebControls.TextBox
CommentsRepeater global::System.Web.UI.WebControls.Repeater
CustomAttributeRepeater global::System.Web.UI.WebControls.Repeater
LocationAddress1Label global::System.Web.UI.WebControls.Label
LocationAddress2Label global::System.Web.UI.WebControls.Label
LocationAddress3Label global::System.Web.UI.WebControls.Label
LocationCommentsLabel global::System.Web.UI.WebControls.Label
LocationDetailsHeaderLabel global::System.Web.UI.WebControls.Label
LocationDetailsLabel global::System.Web.UI.WebControls.Label
LocationNameLabel global::System.Web.UI.WebControls.Label
LocationNameLink global::System.Web.UI.WebControls.HyperLink
PhoneNumberLabel global::System.Web.UI.WebControls.Label
RatingControl global::AjaxControlToolkit.Rating
RatingMessageLabel global::System.Web.UI.WebControls.Label
RatingUpdatePanel global::System.Web.UI.UpdatePanel
ShowCommentEntryButton global::System.Web.UI.WebControls.Button
SubmitButton global::System.Web.UI.WebControls.Button
SubmittedByLabel global::System.Web.UI.WebControls.Label
SubmittedByTextBox global::System.Web.UI.WebControls.TextBox
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

Property Type Description
BackButton_Click void
BindData void
Page_Load void
RatingControl_Changed void
SubmitButton_Click void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the ModuleBase.Init event.

Private Methods

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

Handles the Click event of the BackButton control.

BindData ( ) : void

Fills this control with information about this location

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

RatingControl_Changed ( object sender, RatingEventArgs e ) : void

Handles the Changed event of the RatingControl control.

SubmitButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the SubmitButton control.

Method Details

OnInit() protected method

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

Property Details

AddCommentInstructionsLabel protected property

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

AddCommentSection protected property

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

BackButton protected property

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

CancelButton protected property

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

CommentRequiredValidator protected property

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

CommentSubmittedLabel protected property

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

CommentTextBox protected property

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

CommentsRepeater protected property

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

CustomAttributeRepeater protected property

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

LocationAddress1Label protected property

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

LocationAddress2Label protected property

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

LocationAddress3Label protected property

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

LocationCommentsLabel protected property

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

LocationDetailsHeaderLabel protected property

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

LocationDetailsLabel protected property

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

LocationNameLabel protected property

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

LocationNameLink protected property

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

PhoneNumberLabel protected property

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

RatingControl protected property

RatingControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.Rating RatingControl
return global::AjaxControlToolkit.Rating

RatingMessageLabel protected property

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

RatingUpdatePanel protected property

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

ShowCommentEntryButton protected property

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

SubmitButton protected property

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

SubmittedByLabel protected property

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

SubmittedByTextBox protected property

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

lbImportFile protected property

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

lbLocationTypes protected property

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

lbManageComments protected property

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

lbManageLocations protected property

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

lbSettings protected property

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