fcSDK Documentation
FChoice.Foundation.Filters Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassAfterFilter Filter field on dates coming after the input to this filter
ClassAndFilter Logical filter allowing 2 AND (inclusive) filters.
ClassAndManyFilter Alternative filter to AndFilter which allows for more than two sub filters.
ClassBeforeFilter Filter field on dates coming before the input to this filter
ClassBetweenFilter Filter field for values that occur between the two filter inputs
ClassColumnBasedFilter Abstract filter type that maps to a column.
ClassContainsFilter Filter field on strings that contain the input to this filter
ClassEndsWithFilter Filter on strings that end with the input to this filter
ClassEqualsFilter Filter field on data that equals the input to this filter
ClassFilter Abstract base of all filters.
ClassFilterCollection

Holds one or more filters. This collection is used by filters that allow children such as OrFilter and AndFilter

ClassFilterExpression Filter expressions offer on non static alternative to FilterType for construction of Filter objects.
ClassFilterType This is a helper factory for creation of Filter objects.
ClassIsInFilter Filter on fields that are in the input array
ClassIsNullFilter Filter on fields that are null
ClassLessThanFilter Filter field that are less than filter input
ClassLessThanOrEqualFilter Filter field that are less than or equal to the filter input
ClassLikeFilter Filter field on strings that are like the filter input
ClassLogicalFilter Abstract filter for logical filter types.
ClassMoreThanFilter Filter field that are more than the filter input
ClassMoreThanOrEqualFilter Filter field that are more than or equal to the filter input
ClassNotContainsFilter Filter field on strings that do not contain the input to this filter
ClassNotEndsWithFilter Filter field on strings that do end with the input to this filter
ClassNotLikeFilter Filter field on strings that are not like the filter input
ClassNotStartsWithFilter Filter field on strings that do start with the input to this filter
ClassOlderThanDaysFilter Filter field on dates that are older than a number of days
ClassOlderThanHoursFilter Filter field on dates that are older than a number of hours
ClassOnFilter Filter field on dates occuring on the the input to this filter
ClassOperationFilter Abstract filter for operation type filters.
ClassOrFilter Logical filter allowing 2 OR (exclusive) filters.
ClassOrManyFilter Alternative filter to OrFilter which allows for more than two sub filters.
ClassSoundsLikeFilter Filter field on strings sound like the input to this filter
ClassStartsWithFilter Filter field on strings that do not contain the input to this filter
ClassTodayFilter Filter field on today's date
ClassTomorrowFilter Filter field on tomorrow's date
ClassWithinDaysFilter Filter field on dates that have occurred within a number of days
ClassWithinHoursFilter Filter field on dates that have occurred within a number of hours
ClassYesterdayFilter Filter
See Also

Reference

fcSDK Assembly

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.