Click or drag to resize

DateRangeFilterManager Class

Manages date range filters for the case
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.FiltersDateRangeFilterManager

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

The DateRangeFilterManager type exposes the following members.

Methods
  NameDescription
Public methodAddDateRangeFilter
Adds a date range filter
Public methodDeleteAllDateRangeFilters
Delete all of the date range filters in the case
Public methodDeleteDateRangeFilter
Deletes a date range filter
Public methodDeleteDateRangeFilters
Deletes multiple date range filters
Public methodGetAllDateRangeFilters
Gets all of the date range filters for this case
Top
Fields
  NameDescription
Public fieldStatic memberDateRangeFilterMax
Max allowable datetime for filter
Public fieldStatic memberDateRangeFilterMin
Min allowable datetime for filter
Top
See Also