Table of Contents

Class BaseRangeDateOperator

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

Represents a base class for range date operators.

[OperandType(typeof(DateTime))]
[OperandType(typeof(DateTime?))]
[OperandType(typeof(DateTimeOffset))]
[OperandType(typeof(DateTimeOffset?))]
[NullableOperand(NullableOperandMode.Allowed)]
public abstract class BaseRangeDateOperator : BetweenOperator, INotifyPropertyChanged
Inheritance
BaseRangeDateOperator
Implements
Derived

Constructors

BaseRangeDateOperator(string, List<object>)

Initializes a new instance of the BaseRangeDateOperator class.

Properties

Items

Gets or sets the list of date range items.

Multiplier

Gets or sets the multiplier value.

RequiredParameterCount

Gets the required parameter count.

Methods

GetWhereExpression<T>(ParameterExpression)

Gets the where expression for the specified type.

InitializeSelectedItem()

Initializes the selected item.