Class Consent
- Namespace
- Dynamicweb.DataProcessing
- Assembly
- Dynamicweb.DataProcessing.dll
Represents a consent to a data processing activity made by a subject.
public class Consent
- Inheritance
-
Consent
- Inherited Members
Constructors
Consent(string, string, string)
Initializes a new instance of the Consent class.
public Consent(string activityId, string subjectId, string subjectType)
Parameters
activityId
string- The activity identifier.
subjectId
string- The subject identifier.
subjectType
string- Type of the subject.
- See Also
Properties
ActivityId
Gets the activity identifier.
public string ActivityId { get; }
Property Value
- string
- The activity identifier.
- See Also
Checksum
Gets the checksum.
public string Checksum { get; }
Property Value
- string
- The checksum.
- See Also
CreatedDate
Gets the created date.
public DateTime CreatedDate { get; }
Property Value
- DateTime
- The created date.
- See Also
RequestInfo
Gets the request information.
public ConsentRequestInfo RequestInfo { get; }
Property Value
- ConsentRequestInfo
- The request information.
- See Also
Status
Gets the status.
public ConsentStatus Status { get; }
Property Value
- ConsentStatus
- The status.
- See Also
SubjectId
Gets the subject identifier.
public string SubjectId { get; }
Property Value
- string
- The subject identifier.
- See Also
SubjectType
Gets the type of the subject.
public string SubjectType { get; }
Property Value
- string
- The type of the subject.
- See Also
UpdatedDate
Gets the updated date.
public DateTime UpdatedDate { get; }
Property Value
- DateTime
- The updated date.
- See Also