C# Класс CapDemo.GetQuestion

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
cmb_Catalogue System.Windows.Forms.ComboBox

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

Метод Описание
CopyQuestion ( ) : void
GetQuestion ( ) : System
GetQuestion ( int idPhase, int idContest ) : System
checkDuplicate ( ) : bool

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

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

Clean up any resources being used.

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

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

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

btn_Cancel_Click ( object sender, EventArgs e ) : void
btn_Save_Click ( object sender, EventArgs e ) : void
chk_CheckAll_CheckedChanged ( object sender, EventArgs e ) : void
cmb_Catalogue_SelectedIndexChanged ( object sender, EventArgs e ) : void

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

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

public CopyQuestion ( ) : void
Результат 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

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

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

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

public GetQuestion ( int idPhase, int idContest ) : System
idPhase int
idContest int
Результат System

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

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

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

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

public System.Windows.Forms.ComboBox cmb_Catalogue
Результат System.Windows.Forms.ComboBox