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