C# Class Randao.Core.Service.ArticleCategoryService

Show file Open project: fds/DKBD Class Usage Examples

Public Methods

Method Description
GetArticleCategory ( int categoryId ) : ArticleCategoryDataContract
GetWapArticleCategoryList ( ) : List

Private Methods

Method Description
GetParentCategoryList ( int categoryId ) : List
GetRootCategoryId ( int categoryId ) : int

Method Details

GetArticleCategory() public method

public GetArticleCategory ( int categoryId ) : ArticleCategoryDataContract
categoryId int
return Randao.DataContracts.ArticleCategoryDataContract

GetWapArticleCategoryList() public method

public GetWapArticleCategoryList ( ) : List
return List