Class ConsentUserAgreementData
Defines the consent user agreement
Inheritance
System.Object
ConsentUserAgreementData
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class ConsentUserAgreementData : Object, IConsentUserAgreementKey
Constructors
ConsentUserAgreementData()
Default constructor
Declaration
public ConsentUserAgreementData()
ConsentUserAgreementData(ConsentUserAgreementData)
Copy constructor
Declaration
public ConsentUserAgreementData(ConsentUserAgreementData consentUserAgreementData)
Parameters
Type | Name | Description |
---|---|---|
ConsentUserAgreementData | consentUserAgreementData |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
Properties
Archived
Is the consent agreement archived or not
Declaration
public bool Archived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ConsentAgreementId
Id of the consent agreement
Declaration
public int ConsentAgreementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ConsentAgreementName
Name of the Consent agreement
Declaration
public string ConsentAgreementName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConsentUserId
Id of the consent user
Declaration
public int ConsentUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ConsentUserName
Name of the consent user
Declaration
public string ConsentUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateCreated
Date for creation
Declaration
public DateTimeOffset DateCreated { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
Status
Status of the consent user agreement
Declaration
public ConsentStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ConsentStatus |
ValidToDate
Valid to date
Declaration
public Nullable<DateTimeOffset> ValidToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
Implements
System.ICloneable