Click or drag to resize

IDateRangeFilterManagerGetAllDateRangeFilters Method

Gets all of the date range filters for this case

Namespace:  EdaIntegrationContract.Filters
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
IEnumerable<IDateRangeFilterDefinition> GetAllDateRangeFilters()

Return Value

Type: IEnumerableIDateRangeFilterDefinition
The list of all date range filters currently established for the case
See Also