C# Class 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.
Datei anzeigen Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Public Methods

Method Description
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

Method Details

Delete() public method

public Delete ( ) : bool
return bool

Favorite() public method

public Favorite ( EA rep ) : System
rep EA
return System

Favorite() public method

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

InstallSearches() static public method

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

Save() public method

public Save ( ) : bool
return bool

Search() public method

public Search ( ) : void
return void