Table of Contents

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

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

Gets the activity identifier.
public string ActivityId { get; }

Property Value

string
The activity identifier.
See Also
Gets the checksum.
public string Checksum { get; }

Property Value

string
The checksum.
See Also
Gets the created date.
public DateTime CreatedDate { get; }

Property Value

DateTime
The created date.
See Also
Gets the request information.
public ConsentRequestInfo RequestInfo { get; }

Property Value

ConsentRequestInfo
The request information.
See Also
Gets the status.
public ConsentStatus Status { get; }

Property Value

ConsentStatus
The status.
See Also
Gets the subject identifier.
public string SubjectId { get; }

Property Value

string
The subject identifier.
See Also
Gets the type of the subject.
public string SubjectType { get; }

Property Value

string
The type of the subject.
See Also
Gets the updated date.
public DateTime UpdatedDate { get; }

Property Value

DateTime
The updated date.
See Also

See Also

To top