Class EventType
Event type constants
public class EventType
  - Inheritance
 - 
      objectEventType
 
- Extension Methods
 
Constructors
EventType()
public EventType()
  Fields
ERROR
Error event type.
public const string ERROR = "E"
  Field Value
- string
 
INFORMATION
Info event type.
public const string INFORMATION = "I"
  Field Value
- string
 
WARNING
Warning event type.
public const string WARNING = "W"
  Field Value
- string
 
Methods
FromEventTypeEnum(EventTypeEnum)
Returns the string code representation of eventType.
public static string FromEventTypeEnum(EventTypeEnum eventType)
  Parameters
eventTypeEventTypeEnum
Returns
- string
 
ToEventTypeEnum(string)
Converts event type string code to EventTypeEnum.
public static EventTypeEnum ToEventTypeEnum(string eventType)
  Parameters
eventTypestringEvent type string code.