C# 클래스 Netsy.UI.DispatchedServices.DispatchedTagCategoryService

TagCategory service wrapped to use a dispatcher To put the results back on the Dispatcher's thread
상속: DispatchedService, ITagCategoryService
파일 보기 프로젝트 열기: AnthonySteele/Netsy

공개 메소드들

메소드 설명
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