C# Класс CapDemo.QuestionSetting

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
btn_DeleteQuestion System.Windows.Forms.Button
btn_ImportQuestion System.Windows.Forms.Button

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

Метод Описание
QuestionSetting ( ) : System
QuestionSetting ( int IdContest ) : System
countquestion ( ) : bool
load ( ) : void

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

QuestionSetting_Load ( object sender, EventArgs e ) : void
btn_DeleteQuestion_Click ( object sender, EventArgs e ) : void
btn_ImportQuestion_Click ( object sender, EventArgs e ) : void
lb_Phase_SelectedIndexChanged ( object sender, EventArgs e ) : void

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

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

QuestionSetting() публичный метод

public QuestionSetting ( ) : System
Результат System

QuestionSetting() публичный метод

public QuestionSetting ( int IdContest ) : System
IdContest int
Результат System

countquestion() публичный метод

public countquestion ( ) : bool
Результат bool

load() публичный метод

public load ( ) : void
Результат void

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

btn_DeleteQuestion публичное свойство

public System.Windows.Forms.Button btn_DeleteQuestion
Результат System.Windows.Forms.Button

btn_ImportQuestion публичное свойство

public System.Windows.Forms.Button btn_ImportQuestion
Результат System.Windows.Forms.Button