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.
Показать файл Открыть проект Примеры использования класса

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

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