C# Класс PollSystem.Account.ViewAllResults

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
GridViewQuestions global::System.Web.UI.WebControls.GridView
RepeaterAnswers global::System.Web.UI.WebControls.Repeater

Открытые методы

Метод Описание
GridViewQuestions_GetData ( ) : IQueryable

Защищенные методы

Метод Описание
GridViewQuestions_SelectedIndexChanged ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Описание методов

GridViewQuestions_GetData() публичный Метод

public GridViewQuestions_GetData ( ) : IQueryable
Результат IQueryable

GridViewQuestions_SelectedIndexChanged() защищенный Метод

protected GridViewQuestions_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

GridViewQuestions защищенное свойство

GridViewQuestions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView GridViewQuestions
Результат global::System.Web.UI.WebControls.GridView

RepeaterAnswers защищенное свойство

RepeaterAnswers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater RepeaterAnswers
Результат global::System.Web.UI.WebControls.Repeater