IArticle | |
public interface IArticleGroupEntityService : IArticleGroupQueryService, IBusinessService
The IArticleGroupEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new ArticleGroup | |
| Delete | Deletes the specified ArticleGroup. | |
| Get |
Gets a list of ArticleGroups matching the specified filter.
(Inherited from IArticleGroupQueryService) | |
| GetAll |
Gets all ArticleGroups
(Inherited from IArticleGroupQueryService) | |
| GetSingle |
Gets a single ArticleGroup matching the provided filter.
(Inherited from IArticleGroupQueryService) | |
| Update | Updates the specified ArticleGroup |