Click or drag to resize

ICursorFilterTypeCTCF Interface

Interface for CursorFilterTypeCTCF.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public interface ICursorFilterTypeCTCF : ICursorFilter

The ICursorFilterTypeCTCF type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Connected category name; case-sensitive!
Public propertyClauseNumber
Filter clause number. Should be a number between 1 and 8.
Public propertyConnection
Connection name; case-sensitive!
Public propertyExcept
Specify Not-filter. Equivalent to the 'Except' chekbox in a filtyer dialog
Public propertyFieldName
Field to evaluate.
Public propertyFieldValue
Fieldvalue to evaluate. Ignored when Between qualifier is used.
Public propertyFilterBetweenEndValue
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.
Public propertyFilterBetweenStartValue
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.
Public propertyFiltertypeIdentifier
String representing the filtertype identifier for use in a Commence DDE request.
Public propertyMatchCase
Case-sensitive parameter. Set to true for case-sensitive filter.
Public propertyOrFilter
Specify if this filter must be treated as an Or filter. Default is false.
Public propertyQualifier
Convenience property for the qualifier for in .NET applications. This property takes precedence over QualifierString.
Public propertyQualifierString
Public propertyShared
Filter for Local/Shared items.
Public propertySharedOptionSet
Keep track of whether the 'shared/local' option was set
Top
Methods
  NameDescription
Public methodGetViewFilterString
Returns the ViewFilter string, useful for debugging.
Public methodToString
Overload allowing custom formatting.
(Inherited from ICursorFilter.)
Top
See Also