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