Click or drag to resize

ProcessingConsentsRepositoryConsentType Class

Allowed values for the ConsentType data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.Applications.PersonalDataProcessingConsentsRepositoryConsentType

Namespace:  Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class ConsentType : Enum

The ProcessingConsentsRepositoryConsentType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEmail
Email value. Stored as 'E'.
Public fieldStatic memberImplicit
Implicit value. Stored as 'I'.
Public fieldStatic memberOnline
Online value. Stored as 'O'.
Public fieldStatic memberOther
Other value. Stored as 'T'.
Public fieldvalue__
Public fieldStatic memberVerbal
Verbal value. Stored as 'V'.
Public fieldStatic memberWritten
Written value. Stored as 'W'.
Top
See Also