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.
Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Delete ( ) : bool
Résultat bool

Favorite() public méthode

public Favorite ( EA rep ) : System
rep EA
Résultat System

Favorite() public méthode

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

InstallSearches() static public méthode

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

Save() public méthode

public Save ( ) : bool
Résultat bool

Search() public méthode

public Search ( ) : void
Résultat void