Click or drag to resize

InformationMessagesRepositoryInformationMessageType Class

Allowed values for the InformationMessageType data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.Systems.CoreInformationMessagesRepositoryInformationMessageType

Namespace:  Aloe.EnterpriseOne.Model.Systems.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class InformationMessageType : Enum

The InformationMessagesRepositoryInformationMessageType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberError
Return error message for the Action Field.. Stored as 'ERR'.
Public fieldStatic memberInformation
Information value. Stored as 'INF'.
Public fieldvalue__
Public fieldStatic memberWarning
Warning value. Stored as 'WRN'.
Top
See Also