Class EventPriorityType
Defines the Event priority.
Inheritance
System.Object
EventPriorityType
Namespace: MESL.SqlRace.Enumerators
Assembly: MESL.SqlRace.Enumerators.dll
Syntax
public sealed class EventPriorityType : Enum
Remarks
This allows client code to differentiate between event types. In Atlas the events are displayed in different colours on the screen.
Fields
Debug
Debug prioirty event
Declaration
public const EventPriorityType Debug
Field Value
Type | Description |
---|---|
EventPriorityType |
High
High priority event.
Declaration
public const EventPriorityType High
Field Value
Type | Description |
---|---|
EventPriorityType |
Low
Low prioirty event
Declaration
public const EventPriorityType Low
Field Value
Type | Description |
---|---|
EventPriorityType |
Medium
Medium priority event.
Declaration
public const EventPriorityType Medium
Field Value
Type | Description |
---|---|
EventPriorityType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |