Show / Hide Table of Contents

Class DBC.ConsentPurposeFields

Fields for ConsentPurpose, GDPR purpose alternatives

Inheritance
Object
DBC.ConsentPurposeFields
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 ConsentPurposeFields

Fields

Active

ConsentPurpose.Active: True if this consent purpose is active

Declaration
public const string Active = "active"
Field Value
Type Description
String

ConsentPurposeId

ConsentPurpose.ConsentPurposeId: Primary key

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

ConsentText

ConsentPurpose.ConsentText: Form text used for the actual checkbox

Declaration
public const string ConsentText = "consentText"
Field Value
Type Description
String

Deleted

ConsentPurpose.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
String

FormText

ConsentPurpose.FormText: Text for the consent form, the long text to be shown when asking the end-user for this kind of consent

Declaration
public const string FormText = "formText"
Field Value
Type Description
String

Key

ConsentPurpose.Key: The key used to refer to this purpose, like #Process, #Emarketing etc.

Declaration
public const string Key = "key"
Field Value
Type Description
String

Name

ConsentPurpose.Name: The name of this purpose

Declaration
public const string Name = "name"
Field Value
Type Description
String

PrivacyStatementDesc

ConsentPurpose.PrivacyStatementDesc: A heading or description of the privacy text

Declaration
public const string PrivacyStatementDesc = "privacyStatementDesc"
Field Value
Type Description
String

PrivacyStatementUrl

ConsentPurpose.PrivacyStatementUrl: Url referencing the actual privacy statement text; may have different urls for different languages

Declaration
public const string PrivacyStatementUrl = "privacyStatementUrl"
Field Value
Type Description
String

Rank

ConsentPurpose.Rank: Rank order

Declaration
public const string Rank = "rank"
Field Value
Type Description
String

Registered

ConsentPurpose.Registered: Registered when

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

RegisteredAssociateId

ConsentPurpose.RegisteredAssociateId: Registered by whom

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

Tooltip

ConsentPurpose.Tooltip: List item tooltip

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
String

Updated

ConsentPurpose.Updated: Last updated when

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

UpdatedAssociateId

ConsentPurpose.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

ConsentPurpose.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