OperationalEvent Class
Namespace: Quine.Schemas.Core.EventingAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
[DataContractAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
public class OperationalEvent
- Inheritance
- Object OperationalEvent
- Derived
Data |
Additional data attached to the message.
|
EventId |
Numeric id identifying the event.
|
HasData |
True if Data dictionary has been constructed.
|
Message |
Event message.
|
Source |
Component that generated the event. By convention, it should be a fully-qualified name of the class type
generating the event. If not set on construction, it will be set by Source
upon adding to the trace.
|
Timestamp |
Timestamp for the message. Defaults to Now.
|