IEvent | |
public interface IEventService : IEventQueryService, IBusinessService
The IEventService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |