Click or drag to resize

IConsentPerson Interface

Represents a ConsentPerson record.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IConsentPerson

The IConsentPerson type exposes the following members.

Properties
  NameDescription
Public propertyComment
Comment
Public propertyConsentPurposeId
ConsentPurpose Id - unique key
Public propertyConsentPurposeKey
ConsentPurpose Key - unique name e.g. #STORE #EMARKETING
Public propertyConsentPurposeName
ConsentPurpose Name - Localized name
Public propertyConsentSourceId
ConsentSource id
Public propertyId
Id of ConsentPerson record - can be 0
Public propertyLegalBaseId
LegalBase id
Public propertyRegisteredAssociateId
The associate id of the user that created the object
Public propertyRegisteredDate
The date the object was saved to the database.
Public propertyUpdatedAssociateId
The associate id of the user that last updated the object
Public propertyUpdatedDate
The date of the most recent update.
Top
See Also