Class SystemMessageType
System Message Type This Enum is used by: Message.type This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class SystemMessageType : Enum
Fields
Error
3: There is a problem that the system will not be able to get around.
Declaration
public const SystemMessageType Error
Field Value
Type | Description |
---|---|
SystemMessageType |
Info
1: There is information that the user should be made aware of.
Declaration
public const SystemMessageType Info
Field Value
Type | Description |
---|---|
SystemMessageType |
Unspecified
0: System message type is unspecified.
Declaration
public const SystemMessageType Unspecified
Field Value
Type | Description |
---|---|
SystemMessageType |
value__
System Message Type This Enum is used by: Message.type This Enum consists of flag values that can be combined.
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Warning
2: There is a problem that the user must be made aware of.
Declaration
public const SystemMessageType Warning
Field Value
Type | Description |
---|---|
SystemMessageType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)