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