C# 클래스 APG.CodeHelper.Actions.UIAction

��������� ��������� ���������� ��� ���������� ������� �������� ��� �������� ����������������� ����������
파일 보기 프로젝트 열기: UGTU/UGTUKadrProject

공개 프로퍼티들

프로퍼티 타입 설명
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