C# Класс APG.CodeHelper.Actions.UIAction

��������� ��������� ���������� ��� ���������� ������� �������� ��� �������� ����������������� ����������
Показать файл Открыть проект

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

Свойство Тип Описание
Count int

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

Метод Описание
CanDoThis ( object sender, UIObjectAction index ) : bool

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

Execute ( object sender, UIObjectAction index ) : void

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

this ( UIObjectAction index ) : string

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

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

Метод Описание
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

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

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

AddExecute() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� �������� ���������� �������
protected abstract AddExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
Результат void

AddHistoryExecute() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� �������� ���������� ������� �������
protected abstract AddHistoryExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
Результат void

CanAdd() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ����������� ����������� ��������� ���������� �������
protected abstract CanAdd ( object sender ) : bool
sender object ���������� ������, ��������� ���������
Результат bool

CanAddHistory() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ����������� ����������� ��������� ���������� ������� (���������) �������
protected abstract CanAddHistory ( object sender ) : bool
sender object ���������� ������, ��������� ���������
Результат bool

CanCopy() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ����������� ����������� ��������� ����������� �������
protected abstract CanCopy ( object sender ) : bool
sender object ���������� ������, ��������� ���������
Результат bool

CanCut() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ����������� ����������� ��������� ������� �������
protected abstract CanCut ( object sender ) : bool
sender object ���������� ������, ��������� ���������
Результат bool

CanDelete() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ����������� ����������� ��������� �������� �������
protected abstract CanDelete ( object sender ) : bool
sender object ���������� ������, ��������� ���������
Результат bool

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

��������� ����������� ���������� ������� ��������
public CanDoThis ( object sender, UIObjectAction index ) : bool
sender object ���������� ������, ��������� ���������
index UIObjectAction ��� ������� ��������
Результат bool

CanExport() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ����������� ����������� ��������� ������� �������
protected abstract CanExport ( object sender ) : bool
sender object ���������� ������, ��������� ���������
Результат bool

CanHistory() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ����������� ����������� ����������� ������� �������
protected abstract CanHistory ( object sender ) : bool
sender object ���������� ������, ��������� ���������
Результат bool

CanPaste() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ����������� ����������� ��������� ������� �������
protected abstract CanPaste ( object sender ) : bool
sender object ���������� ������, ��������� ���������
Результат bool

CanUpdate() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ����������� ����������� ��������� �������������� �������
protected abstract CanUpdate ( object sender ) : bool
sender object ���������� ������, ��������� ���������
Результат bool

CopyExecute() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� �������� ����������� �������
protected abstract CopyExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
Результат void

CutExecute() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� �������� ������� �������
protected abstract CutExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
Результат void

DeleteExecute() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� �������� �������� �������
protected abstract DeleteExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
Результат void

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

��������� ������� �������� ��� ��������
public Execute ( object sender, UIObjectAction index ) : void
sender object ���������� ������, ��������� ���������
index UIObjectAction ��� ������� �������� ��� ����������
Результат void

ExportExecute() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� �������� �������� ������ �������
protected abstract ExportExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
Результат void

GetCaption() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ��������� ����� ������� ��������
protected abstract GetCaption ( UIObjectAction index ) : string
index UIObjectAction ��� ������� ��������
Результат string

HistoryExecute() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� �������� ��������� ������� �������
protected abstract HistoryExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
Результат void

PasteExecute() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� �������� ������� �������
protected abstract PasteExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
Результат void

SetCaption() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� ����� ������� ��������
protected abstract SetCaption ( UIObjectAction index, string caption ) : void
index UIObjectAction ��� ������� ��������
caption string
Результат void

UpdateExecute() защищенный абстрактный Метод

�������������� � ����������� ������� ��� ���������� �������� �������������� �������
protected abstract UpdateExecute ( object sender ) : void
sender object ���������� ������, ��������� ���������
Результат void

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

���������� ��� ��� ������� ��������
public this ( UIObjectAction index ) : string
index UIObjectAction ��� ������� ��������
Результат string

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

Count публичное статическое свойство

����� �������������� ��������
public static int Count
Результат int