# Functions
CreateEvent creates and event record in the database.
No description provided by the author
No description provided by the author
EventFromJSON reads JSON data from a reader and returns an Event object.
EventReceiverFromJSON reads JSON data from a reader and returns an EventReceiver object.
EventReceiverGroupFromJSON reads JSON data from a reader and returns an EventReceiverGroup object.
No description provided by the author
No description provided by the author
FindEventReceiver tries to find an event receiver by matching fields.
FindEventReceiverByID tries to find an event receiver by ID.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Event type represents an event with various properties and a relationship to an event receiver.
EventReceiver type represents an event receiver with various properties such as ID, name, type, version, etc...
EventReceiverGroup represents a group of event receivers with various properties.
EventReceiverGroupToEventReceiver represents the relationship between an.
Data represents the EventReceiverGroup data that comes back from the mega query.