Click or drag to resize

UserBusinessRuleActionsRepositoryActionType Class

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

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

The UserBusinessRuleActionsRepositoryActionType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFAIL
FAIL value. Stored as 'FAIL'.
Public fieldStatic memberNOTIFYUSER
NOTIFYUSER value. Stored as 'NOTIFYUSER'.
Public fieldStatic memberSENDMAIL
SENDMAIL value. Stored as 'SENDMAIL'.
Public fieldStatic memberSETVALUE
SETVALUE value. Stored as 'SETVALUE'.
Public fieldvalue__
Public fieldStatic memberWARNING
WARNING value. Stored as 'WARNING'.
Top
See Also