C# Class PollSystem.VotingResults

Exibir arquivo Open project: vladislav-karamfilov/TelerikAcademy

Protected Properties

Property Type Description
ChartQuestionVotingResults global::System.Web.UI.DataVisualization.Charting.Chart
LabelQuestionText global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
GoBack_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetQuestion ( int questionId ) : Question

Method Details

GoBack_Click() protected method

protected GoBack_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

ChartQuestionVotingResults protected_oe property

ChartQuestionVotingResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.DataVisualization.Charting.Chart ChartQuestionVotingResults
return global::System.Web.UI.DataVisualization.Charting.Chart

LabelQuestionText protected_oe property

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