EventInstance public class EventInstance Documentation Code public int CategoryId { get; set; } public EventLogEntryType EntryType { get; set; } public long InstanceId { get; set; } public EventInstance(long instanceId, int categoryId) public EventInstance(long instanceId, int categoryId, EventLogEntryType entryType)