Class EventBase
A class with properties shared between All Events
Inheritance
System.Object
EventBase
Namespace: DirectScale.Disco.Extension.EventModels
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class EventBase : Object
Constructors
EventBase()
Declaration
public EventBase()
Properties
EventDateUtc
Declaration
public DateTime EventDateUtc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EventType
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |