Class EventType
Event type constants
public class EventType
- Inheritance
-
objectEventType
- Extension Methods
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
eventType
EventTypeEnum
Returns
- string
ToEventTypeEnum(string)
Converts event type string code to EventTypeEnum.
public static EventTypeEnum ToEventTypeEnum(string eventType)
Parameters
eventType
stringEvent type string code.