Class BaseFixedDateOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Represents a base class for fixed date operators used in structured search.
[OperandType(typeof(DateTime?))]
[OperandType(typeof(DateTime))]
[OperandType(typeof(DateTimeOffset))]
[OperandType(typeof(DateTimeOffset?))]
public abstract class BaseFixedDateOperator : BinaryOperator, INotifyPropertyChanged
- Inheritance
-
BaseFixedDateOperator
- Implements
- Derived
Constructors
- BaseFixedDateOperator(string, List<object>)
Initializes a new instance of the BaseFixedDateOperator class with the specified field name and parameters.
- BaseFixedDateOperator(string, DateTime)
Initializes a new instance of the BaseFixedDateOperator class with the specified field name and DateTime value.
Properties
- DateTimeValue
Gets or sets the DateTime value used by the operator.
- RequiredParameterCount
Gets the number of required parameters for the operator.
Methods
- GetEndDate()
Gets the end date used by the operator.
- GetWhereExpression<T>(ParameterExpression)
Gets the expression representing the operator's logic for filtering entities.