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