C# Class APG.CodeHelper.Actions.UIAction

��������� ��������� ���������� ��� ���������� ������� �������� ��� �������� ����������������� ����������
Show file Open project: UGTU/UGTUKadrProject

Public Properties

Property Type Description
Count int

Public Methods

Method Description
CanDoThis ( object sender, UIObjectAction index ) : bool

��������� ����������� ���������� ������� ��������

Execute ( object sender, UIObjectAction index ) : void

��������� ������� �������� ��� ��������

this ( UIObjectAction index ) : string

���������� ��� ��� ������� ��������

Protected Methods

Method Description
AddExecute ( object sender ) : void

�������������� � ����������� ������� ��� ���������� �������� ���������� �������

AddHistoryExecute ( object sender ) : void

�������������� � ����������� ������� ��� ���������� �������� ���������� ������� �������

CanAdd ( object sender ) : bool

�������������� � ����������� ������� ��� ����������� ����������� ��������� ���������� �������

CanAddHistory ( object sender ) : bool

�������������� � ����������� ������� ��� ����������� ����������� ��������� ���������� ������� (���������) �������

CanCopy ( object sender ) : bool

�������������� � ����������� ������� ��� ����������� ����������� ��������� ����������� �������

CanCut ( object sender ) : bool

�������������� � ����������� ������� ��� ����������� ����������� ��������� ������� �������

CanDelete ( object sender ) : bool

�������������� � ����������� ������� ��� ����������� ����������� ��������� �������� �������

CanExport ( object sender ) : bool

�������������� � ����������� ������� ��� ����������� ����������� ��������� ������� �������

CanHistory ( object sender ) : bool

�������������� � ����������� ������� ��� ����������� ����������� ����������� ������� �������

CanPaste ( object sender ) : bool

�������������� � ����������� ������� ��� ����������� ����������� ��������� ������� �������

CanUpdate ( object sender ) : bool

�������������� � ����������� ������� ��� ����������� ����������� ��������� �������������� �������

CopyExecute ( object sender ) : void

�������������� � ����������� ������� ��� ���������� �������� ����������� �������

CutExecute ( object sender ) : void

�������������� � ����������� ������� ��� ���������� �������� ������� �������

DeleteExecute ( object sender ) : void

�������������� � ����������� ������� ��� ���������� �������� �������� �������

ExportExecute ( object sender ) : void

�������������� � ����������� ������� ��� ���������� �������� �������� ������ �������

GetCaption ( UIObjectAction index ) : string

�������������� � ����������� ������� ��� ��������� ����� ������� ��������

HistoryExecute ( object sender ) : void

�������������� � ����������� ������� ��� ���������� �������� ��������� ������� �������

PasteExecute ( object sender ) : void

�������������� � ����������� ������� ��� ���������� �������� ������� �������

SetCaption ( UIObjectAction index, string caption ) : void

�������������� � ����������� ������� ��� ���������� ����� ������� ��������

UpdateExecute ( object sender ) : void

�������������� � ����������� ������� ��� ���������� �������� �������������� �������

Method Details

AddExecute() protected abstract method

�������������� � ����������� ������� ��� ���������� �������� ���������� �������
protected abstract AddExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
return void

AddHistoryExecute() protected abstract method

�������������� � ����������� ������� ��� ���������� �������� ���������� ������� �������
protected abstract AddHistoryExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
return void

CanAdd() protected abstract method

�������������� � ����������� ������� ��� ����������� ����������� ��������� ���������� �������
protected abstract CanAdd ( object sender ) : bool
sender object ���������� ������, ��������� ���������
return bool

CanAddHistory() protected abstract method

�������������� � ����������� ������� ��� ����������� ����������� ��������� ���������� ������� (���������) �������
protected abstract CanAddHistory ( object sender ) : bool
sender object ���������� ������, ��������� ���������
return bool

CanCopy() protected abstract method

�������������� � ����������� ������� ��� ����������� ����������� ��������� ����������� �������
protected abstract CanCopy ( object sender ) : bool
sender object ���������� ������, ��������� ���������
return bool

CanCut() protected abstract method

�������������� � ����������� ������� ��� ����������� ����������� ��������� ������� �������
protected abstract CanCut ( object sender ) : bool
sender object ���������� ������, ��������� ���������
return bool

CanDelete() protected abstract method

�������������� � ����������� ������� ��� ����������� ����������� ��������� �������� �������
protected abstract CanDelete ( object sender ) : bool
sender object ���������� ������, ��������� ���������
return bool

CanDoThis() public method

��������� ����������� ���������� ������� ��������
public CanDoThis ( object sender, UIObjectAction index ) : bool
sender object ���������� ������, ��������� ���������
index UIObjectAction ��� ������� ��������
return bool

CanExport() protected abstract method

�������������� � ����������� ������� ��� ����������� ����������� ��������� ������� �������
protected abstract CanExport ( object sender ) : bool
sender object ���������� ������, ��������� ���������
return bool

CanHistory() protected abstract method

�������������� � ����������� ������� ��� ����������� ����������� ����������� ������� �������
protected abstract CanHistory ( object sender ) : bool
sender object ���������� ������, ��������� ���������
return bool

CanPaste() protected abstract method

�������������� � ����������� ������� ��� ����������� ����������� ��������� ������� �������
protected abstract CanPaste ( object sender ) : bool
sender object ���������� ������, ��������� ���������
return bool

CanUpdate() protected abstract method

�������������� � ����������� ������� ��� ����������� ����������� ��������� �������������� �������
protected abstract CanUpdate ( object sender ) : bool
sender object ���������� ������, ��������� ���������
return bool

CopyExecute() protected abstract method

�������������� � ����������� ������� ��� ���������� �������� ����������� �������
protected abstract CopyExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
return void

CutExecute() protected abstract method

�������������� � ����������� ������� ��� ���������� �������� ������� �������
protected abstract CutExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
return void

DeleteExecute() protected abstract method

�������������� � ����������� ������� ��� ���������� �������� �������� �������
protected abstract DeleteExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
return void

Execute() public method

��������� ������� �������� ��� ��������
public Execute ( object sender, UIObjectAction index ) : void
sender object ���������� ������, ��������� ���������
index UIObjectAction ��� ������� �������� ��� ����������
return void

ExportExecute() protected abstract method

�������������� � ����������� ������� ��� ���������� �������� �������� ������ �������
protected abstract ExportExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
return void

GetCaption() protected abstract method

�������������� � ����������� ������� ��� ��������� ����� ������� ��������
protected abstract GetCaption ( UIObjectAction index ) : string
index UIObjectAction ��� ������� ��������
return string

HistoryExecute() protected abstract method

�������������� � ����������� ������� ��� ���������� �������� ��������� ������� �������
protected abstract HistoryExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
return void

PasteExecute() protected abstract method

�������������� � ����������� ������� ��� ���������� �������� ������� �������
protected abstract PasteExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
return void

SetCaption() protected abstract method

�������������� � ����������� ������� ��� ���������� ����� ������� ��������
protected abstract SetCaption ( UIObjectAction index, string caption ) : void
index UIObjectAction ��� ������� ��������
caption string
return void

UpdateExecute() protected abstract method

�������������� � ����������� ������� ��� ���������� �������� �������������� �������
protected abstract UpdateExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
return void

this() public method

���������� ��� ��� ������� ��������
public this ( UIObjectAction index ) : string
index UIObjectAction ��� ������� ��������
return string

Property Details

Count public static property

����� �������������� ��������
public static int Count
return int