Click or drag to resize

IDateRangeFilterDefinition Interface

Defines a date range filter

Namespace:  EdaIntegrationContract.Filters
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface IDateRangeFilterDefinition

The IDateRangeFilterDefinition type exposes the following members.

Properties
  NameDescription
Public propertyEndDate
Inclusive ending date for the filter
Public propertyID
ID of filter definition (generated)
Public propertyIncludeItems
Flag whether to include the items selected by this filter
Public propertyStartDate
Inclusive starting date for the filter
Top
See Also