Class EventService#
Defined in File EventService.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ServiceBase
(Class ServiceBase)
Class Documentation#
- class xbe.sdk.Services.EventService : xbe.sdk.ServiceBase#
Public Functions
- EventService ()#
- Task<List<Event>> FindAll (Dictionary<string, string> query = null)#
Returns all events from the system that the user has access to based upon the given criteria.
- Task<Event> FindById (string id)#
Returns a single event from the system that the user has access to.
- Task<long?> Count (Dictionary<string, string> query = null)#
Retrieves the Entities Count based on the given criteria.
- Return:
Entity Count