Class Consent
- Namespace
- Dynamicweb.Data
Processing
- Assembly
- Dynamicweb.Core.dll
Represents a consent to a data processing activity made by a subject.
- Inheritance
-
Consent
- Inherited Members
Constructors
Consent(string, string, string)
Initializes a new instance of the Consent class.
Parameters
activityId
stringThe activity identifier.
subjectId
stringThe subject identifier.
subjectType
stringType of the subject.
Properties
ActivityId
Gets the activity identifier.
Property Value
- string
The activity identifier.
Checksum
Gets the checksum.
Property Value
- string
The checksum.
CreatedDate
Gets the created date.
Property Value
- Date
Time The created date.
RequestInfo
Gets the request information.
Property Value
- Consent
Request Info The request information.
Status
Gets the status.
Property Value
- Consent
Status The status.
SubjectId
Gets the subject identifier.
Property Value
- string
The subject identifier.
SubjectType
Gets the type of the subject.
Property Value
- string
The type of the subject.
UpdatedDate
Gets the updated date.
Property Value
- Date
Time The updated date.