MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.Interfaces.IEventService Interface Reference

Wrapper around the service to allow stubbing of the service. More...

Inheritance diagram for MoxiWorks.Platform.Interfaces.IEventService:
MoxiWorks.Platform.EventService

Public Member Functions

Task< Response< Event > > CreateEventAsync (Event cmaEvent)
 
Task< Response< Event > > UpdateEventAsync (Event updateEvent)
 
Task< Response< Event > > GetEventAsync (string agentId, AgentIdType agentIdType, string partnerEventId)
 
Task< Response< EventResults > > GetEventsByDateAsync (string agentId, AgentIdType agentIdType, int eventStart, int eventEnd)
 
Task< Response< EventDeleteResult > > DeleteEventAsync (string agentId, AgentIdType agentIdType, string eventId)
 

Properties

IMoxiWorksClient Client [get, set]
 

Detailed Description

Wrapper around the service to allow stubbing of the service.


The documentation for this interface was generated from the following file: