C# 클래스 hoTools.Utils.Favorites.Favorite

Handles Favorites (EA Items) with add, delete and show/search. The search to find all favorites is defined as Resource in Util.
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( ) : bool
Favorite ( EA rep ) : System
Favorite ( EA rep, string clientGuid ) : System

InstallSearches ( EA rep ) : bool

Installs the search to find the resources.

Save ( ) : bool
Search ( ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( ) : bool
리턴 bool

Favorite() 공개 메소드

public Favorite ( EA rep ) : System
rep EA
리턴 System

Favorite() 공개 메소드

public Favorite ( EA rep, string clientGuid ) : System
rep EA
clientGuid string The client GUID of the item to remember as Favorite
리턴 System

InstallSearches() 정적인 공개 메소드

Installs the search to find the resources.
static public InstallSearches ( EA rep ) : bool
rep EA
리턴 bool

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

Search() 공개 메소드

public Search ( ) : void
리턴 void