C# Class Rock.Store.PackageCategoryService

Service class for the store category model.
Inheritance: StoreServiceBase
Mostra file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GetCategories ( ) : IEnumerable

Gets the categories.

GetCategories ( string &errorResponse ) : IEnumerable

Gets the categories.

PackageCategoryService ( ) : System

Initializes a new instance of the PackageCategoryService class.

Method Details

GetCategories() public method

Gets the categories.
public GetCategories ( ) : IEnumerable
return IEnumerable

GetCategories() public method

Gets the categories.
public GetCategories ( string &errorResponse ) : IEnumerable
errorResponse string The error response.
return IEnumerable

PackageCategoryService() public method

Initializes a new instance of the PackageCategoryService class.
public PackageCategoryService ( ) : System
return System