Show / Hide Table of Contents

Enum 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
[Flags]
public enum SystemMessageType : short

Fields

Name Description
Error

3: There is a problem that the system will not be able to get around.

Info

1: There is information that the user should be made aware of.

Unspecified

0: System message type is unspecified.

Warning

2: There is a problem that the user must be made aware of.

Extension Methods

EnumUtil.MapEnums<SystemMessageType, To>(SystemMessageType)
Converters.MapEnums<SystemMessageType, To>(SystemMessageType)
ObjectExtensions.AssignByReflection<SystemMessageType>(SystemMessageType, SystemMessageType)
ObjectExtensions.GraphCopy<SystemMessageType>(SystemMessageType)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top