Enum FilterOperation
- Namespace
- GroupeIsa.Neos.Application.Filters
- Assembly
- GroupeIsa.Neos.Application.Abstractions.dll
Specifies the criterion value of a filter.
public enum FilterOperation
Fields
AddDays = 3Represents the DateTime.AddDays method.
AddMonths = 4Represents the DateTime.AddMonths method.
AddYears = 5Represents the DateTime.AddYears method.
EndOfDay = 10Represents the DateTime.EndOfDay extension method.
EndOfMonth = 12Represents the DateTime.EndOfMonth extension method.
EndOfWeek = 11Represents the DateTime.EndOfWeek extension method.
EndOfYear = 13Represents the DateTime.EndOfYear extension method.
None = 0No operation.
Now = 1Represents the DateTime.Now property.
StartOfDay = 6Represents the DateTime.StartOfDay extension method.
StartOfMonth = 8Represents the DateTime.StartOfMonth extension method.
StartOfWeek = 7Represents the DateTime.StartOfWeek extension method.
StartOfYear = 9Represents the DateTime.StartOfYear extension method.
Today = 2Represents the DateTime.Today property.