C# Класс Netsy.UI.DispatchedServices.DispatchedTagCategoryService

TagCategory service wrapped to use a dispatcher To put the results back on the Dispatcher's thread
Наследование: DispatchedService, ITagCategoryService
Показать файл Открыть проект

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

Метод Описание
DispatchedTagCategoryService ( ITagCategoryService wrappedService, Dispatcher dispatcher ) : System

Initializes a new instance of the DispatchedTagCategoryService class

GetChildCategories ( string category ) : IAsyncResult

Get the child categories of a category.

GetChildTags ( string tag ) : IAsyncResult

Get the child tags of a tag.

GetTopCategories ( ) : IAsyncResult

Get the list of current top level categories.

GetTopTags ( ) : IAsyncResult

Get the list of current top level tags.

Описание методов

DispatchedTagCategoryService() публичный Метод

Initializes a new instance of the DispatchedTagCategoryService class
public DispatchedTagCategoryService ( ITagCategoryService wrappedService, Dispatcher dispatcher ) : System
wrappedService ITagCategoryService the wrapped service
dispatcher System.Windows.Threading.Dispatcher the thread dispatcher
Результат System

GetChildCategories() публичный Метод

Get the child categories of a category.
public GetChildCategories ( string category ) : IAsyncResult
category string the parent category
Результат IAsyncResult

GetChildTags() публичный Метод

Get the child tags of a tag.
public GetChildTags ( string tag ) : IAsyncResult
tag string the parent tag
Результат IAsyncResult

GetTopCategories() публичный Метод

Get the list of current top level categories.
public GetTopCategories ( ) : IAsyncResult
Результат IAsyncResult

GetTopTags() публичный Метод

Get the list of current top level tags.
public GetTopTags ( ) : IAsyncResult
Результат IAsyncResult