Click or drag to resize

RoutesRepositoryAllowedGenerationTypes Class

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

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

The RoutesRepositoryAllowedGenerationTypes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAuto
Auto value. Stored as 'A'.
Public fieldStatic memberBothAutoAndManually
BothAutoAndManually value. Stored as 'B'.
Public fieldStatic memberManually
Manually value. Stored as 'M'.
Public fieldvalue__
Top
See Also