C# Класс GAIPS.AssetEditorTools.ConditionSetEditorControl

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

Private Properties

Свойство Тип Описание
BindView void
InitializeComponent void
UnbindView void
UpdateControl void
add_button_Click void
dataView_CellBeginEdit void
dataView_CellEndEdit void
dataView_SelectionChanged void
moveDown_button_Click void
moveUp_button_Click void
quantifierComboBox_SelectedIndexChanged void
remove_button_Click void
updateMoveButtonStatus void

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

Метод Описание
ConditionSetEditorControl ( ) : System

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

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

Clean up any resources being used.

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

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

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

UnbindView ( ConditionSetView view ) : void
UpdateControl ( ) : void
add_button_Click ( object sender, EventArgs e ) : void
dataView_CellBeginEdit ( object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void
dataView_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs evt ) : void
dataView_SelectionChanged ( object sender, EventArgs e ) : void
moveDown_button_Click ( object sender, EventArgs e ) : void
moveUp_button_Click ( object sender, EventArgs e ) : void
quantifierComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
remove_button_Click ( object sender, EventArgs e ) : void
updateMoveButtonStatus ( bool hasData ) : void

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

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

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

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

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