메소드 | 설명 | |
---|---|---|
AddBonus ( object bonusObject, System.Windows.Forms.BindingSource bonusBindingSource ) : void |
Добавление надбавки
|
|
CreateBonusChange ( |
Создает новое изменение для надбавки
|
|
DeleteBonus ( System.Windows.Forms.BindingSource bonusBindingSource, |
||
EditBonus ( |
||
GetAllEmployeeBonus ( |
||
GetBonus ( object bonusObject ) : IEnumerable |
Возвращает список надбавок для объекта
|
메소드 | 설명 | |
---|---|---|
BonusController ( ) : System |
public AddBonus ( object bonusObject, System.Windows.Forms.BindingSource bonusBindingSource ) : void | ||
bonusObject | object | объект, которому добавляем |
bonusBindingSource | System.Windows.Forms.BindingSource | BindingSource |
리턴 | void |
public CreateBonusChange ( |
||
currentBonus | Надбавка | |
리턴 | void |
public DeleteBonus ( System.Windows.Forms.BindingSource bonusBindingSource, |
||
bonusBindingSource | System.Windows.Forms.BindingSource | |
CurrentBonus | ||
리턴 | void |
public GetAllEmployeeBonus ( |
||
employee | ||
리턴 | IEnumerable |
public GetBonus ( object bonusObject ) : IEnumerable |
||
bonusObject | object | объект |
리턴 | IEnumerable |