Enum ValidToDateFilter
Enum values for valid to date filter
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
[Flags]
public enum ValidToDateFilter
Fields
| Name | Description |
|---|---|
| Expired | Show the ones that has expired |
| ShowAll | Show all |
| SoonExpires | Show the ones that soon will expire |
| SoonSet | If the Soon bit is set |
| Valid | Filters both ValidSet and WithoutValidDate |
| ValidSet | Valid agreementent without date or with date higher than 3 months from now |
| WithoutValidToDate | Show thoose without valid to date |