Click or drag to resize

IDateRangeFilterManager Interface

Manages date range filters for the case

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

The IDateRangeFilterManager 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
See Also