This type contains the following members.

public interface IDictionaryService

Methods

GetItemAsync(string) Retrieves a dictionary item by id.
GetItemByKeyAsync(string, bool) Retrieves a dictionary item by key.
GetCategoryByIdAsync(string)
GetRootCategoriesAsync() Retrieves the list of categories.
GetItemsByCategoryAsync(string) Retrieves all dictionary items of a specified category.

Implemented by

DictionaryService