Class ConsentAgreementState
Defines a state for a consent agreement
Inheritance
System.Object
ConsentAgreementState
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class ConsentAgreementState : Object
Constructors
ConsentAgreementState()
Default constructor
Declaration
public ConsentAgreementState()
ConsentAgreementState(ConsentAgreementState)
Copy constructor
Declaration
public ConsentAgreementState(ConsentAgreementState consentAgreementState)
Parameters
Type | Name | Description |
---|---|---|
ConsentAgreementState | consentAgreementState |
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 |
Selected
Is it selected for a specific media item and user
Declaration
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Status
Status of the consent user agreement
Declaration
public ConsentStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ConsentStatus |
ValidToDate
Optional valid to date
Declaration
public Nullable<DateTimeOffset> ValidToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |