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