C# Class PollSystem.VotingResults

Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Protected Properties

Свойство Type Description
ChartQuestionVotingResults global::System.Web.UI.DataVisualization.Charting.Chart
LabelQuestionText global::System.Web.UI.WebControls.Label

Méthodes protégées

Méthode Description
GoBack_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
GetQuestion ( int questionId ) : Question

Method Details

GoBack_Click() protected méthode

protected GoBack_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Label