Show / Hide Table of Contents

Class DBC.ConsentPersonFields

Fields for ConsentPerson, Link table that defines who has which consents

Inheritance
Object
DBC.ConsentPersonFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ConsentPersonFields

Fields

Comment

ConsentPerson.Comment: A comment describing why this GDPR change was made

Declaration
public const string Comment = "comment"
Field Value
Type Description
String

ConsentPersonId

ConsentPerson.ConsentPersonId: Primary key

Declaration
public const string ConsentPersonId = "consentperson_id"
Field Value
Type Description
String

ConsentPurposeId

ConsentPerson.ConsentPurposeId: Legal base

Declaration
public const string ConsentPurposeId = "consentPurpose_id"
Field Value
Type Description
String

ConsentSourceId

ConsentPerson.ConsentSourceId: Consent source

Declaration
public const string ConsentSourceId = "consentSource_id"
Field Value
Type Description
String

LegalBaseId

ConsentPerson.LegalBaseId: Legal base

Declaration
public const string LegalBaseId = "legalBase_id"
Field Value
Type Description
String

PersonId

ConsentPerson.PersonId: Person who gave consent

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
String

Registered

ConsentPerson.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

ConsentPerson.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Updated

ConsentPerson.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

ConsentPerson.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

ConsentPerson.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top