Class ConsentStatus
Defines a consent status for the agreement
Inheritance
System.Object
ConsentStatus
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public sealed class ConsentStatus : Enum
Fields
Agreed
Consent user agreed to the consent agreement
Declaration
public const ConsentStatus Agreed
Field Value
Type | Description |
---|---|
ConsentStatus |
Disagreed
Consent user disagreed to the consent agreement
Declaration
public const ConsentStatus Disagreed
Field Value
Type | Description |
---|---|
ConsentStatus |
NotSet
Status is not set by the consent user
Declaration
public const ConsentStatus NotSet
Field Value
Type | Description |
---|---|
ConsentStatus |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |