Метод | Описание | |
---|---|---|
DispatchedTagCategoryService ( ITagCategoryService wrappedService, |
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.
|
public DispatchedTagCategoryService ( ITagCategoryService wrappedService, |
||
wrappedService | ITagCategoryService | the wrapped service |
dispatcher | the thread dispatcher | |
Результат | System |
public GetChildCategories ( string category ) : IAsyncResult | ||
category | string | the parent category |
Результат | IAsyncResult |
public GetChildTags ( string tag ) : IAsyncResult | ||
tag | string | the parent tag |
Результат | IAsyncResult |
public GetTopCategories ( ) : IAsyncResult | ||
Результат | IAsyncResult |