Click or drag to resize

DateRangeFilterDefinition Class

Defines a date range filter
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.FiltersDateRangeFilterDefinition

Namespace:  Law.EdaIntegration.Filters
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
public class DateRangeFilterDefinition

The DateRangeFilterDefinition type exposes the following members.

Constructors
  NameDescription
Public methodDateRangeFilterDefinition
Initializes a new instance of the DateRangeFilterDefinition class
Top
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