Class AgreementState
Enum describing the status of an agreement
Inheritance
System.Object
AgreementState
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public sealed class AgreementState : Enum
Fields
Agreed
Agreement is agreed and valid
Declaration
public const AgreementState Agreed
Field Value
Type | Description |
---|---|
AgreementState |
AgreedButExpired
Agreement is agreed but has expired
Declaration
public const AgreementState AgreedButExpired
Field Value
Type | Description |
---|---|
AgreementState |
AgreedButSoonExpired
Agreement is agreed but will soon be expired
Declaration
public const AgreementState AgreedButSoonExpired
Field Value
Type | Description |
---|---|
AgreementState |
Awaiting
Agreement has not been acted upon. Has no state
Declaration
public const AgreementState Awaiting
Field Value
Type | Description |
---|---|
AgreementState |
Disagreed
Agreement is disagreed and invalid
Declaration
public const AgreementState Disagreed
Field Value
Type | Description |
---|---|
AgreementState |
DisagreedAndExpired
Agreement is disagreed and expired
Declaration
public const AgreementState DisagreedAndExpired
Field Value
Type | Description |
---|---|
AgreementState |
DisagreedAndSoonExpired
Agreement is disagreed and will soon be expired
Declaration
public const AgreementState DisagreedAndSoonExpired
Field Value
Type | Description |
---|---|
AgreementState |
Expired
Agreement is expired and invalid
Declaration
public const AgreementState Expired
Field Value
Type | Description |
---|---|
AgreementState |
Removed
Agreement has been removed
Declaration
public const AgreementState Removed
Field Value
Type | Description |
---|---|
AgreementState |
SoonExpired
Agreement is soon expired (but valid if Agreed)
Declaration
public const AgreementState SoonExpired
Field Value
Type | Description |
---|---|
AgreementState |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |