CriteriaProvider Constructors
| Name | Parameters | Description |
|---|---|---|
| CriteriaProvider(Object, IMemberInfo, IMemberInfo) | owner, filterStringMemberInfo, filteredObjectsTypeMemberInfo | Initializes a new instance of the CriteriaProvider class with specified settings. |
| CriteriaProvider(Type, String) | criteriaObjectType, criteriaString | Initializes a new instance of the CriteriaProvider class with specified settings. |
| CriteriaProvider(Type) | dataType | Initializes a new instance of the CriteriaProvider class with specified settings. |
See Also