ICursorFilterTypeF Interface |
Namespace: Vovin.CmcLibNet.Database
The ICursorFilterTypeF type exposes the following members.
| Name | Description | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ClauseNumber |
Filter clause number. Should be a number between 1 and 8.
| |||||||||||||||||||||||||||||||||||||||||||||
| Except |
Specify Not-filter. Equivalent to the 'Except' chekbox in a filtyer dialog
| |||||||||||||||||||||||||||||||||||||||||||||
| FieldName |
Field to evaluate.
| |||||||||||||||||||||||||||||||||||||||||||||
| FieldValue |
Fieldvalue to evaluate. Ignored when Between qualifier is used.
| |||||||||||||||||||||||||||||||||||||||||||||
| FilterBetweenEndValue |
End value (inclusive) for filters with Between qualifier. Used only with Between qualifier.
When this property is set, you must also set FilterStartEndValue.
| |||||||||||||||||||||||||||||||||||||||||||||
| FilterBetweenStartValue |
Start value (inclusive) for filters with Between qualifier. Used only with Between qualifier.
When this property is set, you must also set FilterBetweenEndValue.
| |||||||||||||||||||||||||||||||||||||||||||||
| FiltertypeIdentifier |
String representing the filtertype identifier for use in a Commence DDE request.
| |||||||||||||||||||||||||||||||||||||||||||||
| MatchCase |
Case-sensitive parameter. Set to true for case-sensitive filter. Defaults to false.
| |||||||||||||||||||||||||||||||||||||||||||||
| OrFilter |
Specify if this filter must be treated as an Or filter. Default is false.
| |||||||||||||||||||||||||||||||||||||||||||||
| Qualifier |
Convenience property for the qualifier for in .NET applications. This property takes precedence over QualifierString.
| |||||||||||||||||||||||||||||||||||||||||||||
| QualifierString |
String value specifying how to evaluate the filtervalue.
Not all qualifiers can be used on all field-types. See Commence ViewFilter documentation in DDE helpfile.
If you use COM, either use this member with the strings listed below, or supply the FilterQualifier enum value to Qualifier. .NET users are strongly encouraged to use Qualifier. List of valid qualifier strings and the fields they can be applied to.
| |||||||||||||||||||||||||||||||||||||||||||||
| Shared |
Filter for Local/Shared items.
| |||||||||||||||||||||||||||||||||||||||||||||
| SharedOptionSet |
Keep track of whether the 'shared/local' option was set
|
| Name | Description | |
|---|---|---|
| GetViewFilterString |
Returns the ViewFilter string, useful for debugging.
| |
| ToString |
Overload allowing custom formatting.
(Inherited from ICursorFilter.) |