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
Afficher le fichier Open project: AnthonySteele/Netsy

Méthodes publiques

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

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
Résultat System

GetChildCategories() public méthode

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

GetChildTags() public méthode

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

GetTopCategories() public méthode

Get the list of current top level categories.
public GetTopCategories ( ) : IAsyncResult
Résultat IAsyncResult

GetTopTags() public méthode

Get the list of current top level tags.
public GetTopTags ( ) : IAsyncResult
Résultat IAsyncResult