CursorFilterTypeCTCF Class |
Namespace: Vovin.CmcLibNet.Database
The CursorFilterTypeCTCF type exposes the following members.
| Name | Description | |
|---|---|---|
| CursorFilterTypeCTCF |
constructor.
|
| Name | Description | |
|---|---|---|
| Category |
Connected category name; case-sensitive!
| |
| ClauseNumber |
Returns ClauseNumber for use in derived classes.
Should be a value between 1 and 8.
(Inherited from BaseCursorFilter.) | |
| Connection |
Connection name; case-sensitive!
| |
| Except |
Except flag. Set to true to create a Except (NOT) filter.
(Inherited from BaseCursorFilter.) | |
| 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 on F and CTCF filters, otherwise ignored.
When this property is set, you must also set FilterStartEndValue.
| |
| FilterBetweenStartValue |
Start value (inclusive) for filters with Between qualifier. Used only with Between qualifier on F and CTCF filters, otherwise ignored.
When this property is set, you must also set FilterBetweenEndValue.
| |
| FiltertypeIdentifier |
String representing the filtertype identifier for use in a Commence DDE request.
(Overrides BaseCursorFilterFiltertypeIdentifier.) | |
| MatchCase |
Case-sensitive parameter.
Set to true for case-sensitive filter.
| |
| OrFilter |
Defines AND/OR filter logic. Set to true to make filter an OR filter. Defaults to 'AND'.
(Inherited from BaseCursorFilter.)The relationship applies to the next filter you set (just like in the Commence UI) so do not set to true unless you define an additional filter, otherwise your will get all items. Keep in mind the special grouping Commence uses for filters: [[1 and/or2] and/or [3 and/or 4]] and/or [[5 and/or 6] and/or [7 and/or 8]]. | |
| Qualifier |
Convenience property for the qualifier for in .NET applications. This property takes precedence over QualifierString.
| |
| QualifierString |
See QualifierString | |
| Shared |
Filter for Local/Shared items.
| |
| SharedOptionSet |
Keep track of whether the 'shared/local' option was set
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetViewFilterString |
Convenience method mainly for COM Interop; returns ViewFilter string as you would use it in DDE syntax.
(Inherited from BaseCursorFilter.) | |
| ToString |
Creates the filter string.
(Overrides ObjectToString.) | |
| ToString(FuncICursorFilter, String) |
Overload allowing custom formatting.
(Inherited from BaseCursorFilter.) |