Class ValidToDateFilter
Enum values for valid to date filter
Inheritance
System.Object
ValidToDateFilter
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public sealed class ValidToDateFilter : Enum
Fields
Expired
Show the ones that has expired
Declaration
[SortOrder(4)]
public const ValidToDateFilter Expired
Field Value
Type | Description |
---|---|
ValidToDateFilter |
ShowAll
Show all
Declaration
[SortOrder(0)]
public const ValidToDateFilter ShowAll
Field Value
Type | Description |
---|---|
ValidToDateFilter |
SoonExpires
Show the ones that soon will expire
Declaration
[SortOrder(3)]
public const ValidToDateFilter SoonExpires
Field Value
Type | Description |
---|---|
ValidToDateFilter |
SoonSet
If the Soon bit is set
Declaration
public const ValidToDateFilter SoonSet
Field Value
Type | Description |
---|---|
ValidToDateFilter |
Valid
Filters both ValidSet and WithoutValidDate
Declaration
[SortOrder(1)]
public const ValidToDateFilter Valid
Field Value
Type | Description |
---|---|
ValidToDateFilter |
ValidSet
Valid agreementent without date or with date higher than 3 months from now
Declaration
public const ValidToDateFilter ValidSet
Field Value
Type | Description |
---|---|
ValidToDateFilter |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
WithoutValidToDate
Show thoose without valid to date
Declaration
[SortOrder(2)]
public const ValidToDateFilter WithoutValidToDate
Field Value
Type | Description |
---|---|
ValidToDateFilter |