Class EventService#

Inheritance Relationships#

Base Type#

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> Create (Event obj)#

Creates a new event record in the database.

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