C# Class Netsy.UI.DispatchedServices.DispatchedTagCategoryService

TagCategory service wrapped to use a dispatcher To put the results back on the Dispatcher's thread
Inheritance: DispatchedService, ITagCategoryService
ファイルを表示 Open project: AnthonySteele/Netsy

Public Methods

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

Method Details

DispatchedTagCategoryService() public method

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
return System

GetChildCategories() public method

Get the child categories of a category.
public GetChildCategories ( string category ) : IAsyncResult
category string the parent category
return IAsyncResult

GetChildTags() public method

Get the child tags of a tag.
public GetChildTags ( string tag ) : IAsyncResult
tag string the parent tag
return IAsyncResult

GetTopCategories() public method

Get the list of current top level categories.
public GetTopCategories ( ) : IAsyncResult
return IAsyncResult

GetTopTags() public method

Get the list of current top level tags.
public GetTopTags ( ) : IAsyncResult
return IAsyncResult