Click or drag to resize

ICursorFilterTypeCTCTI Interface

interface for CursorFilterTypeCTCTI.

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

The ICursorFilterTypeCTCTI type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Connected category name; case-sensitive!
Public propertyCategory2
Connected category 2 name; case-sensitive!
Public propertyClarifySeparator
Clarify separator. If the filter is on a Commence category that is clarified, you must provide both the clarify separator and the clarify value
Public propertyClarifyValue
Clarify value. If the filter is on a Commence category that is clarified, you must provide both the clarify separator and the clarify value
Public propertyClauseNumber
Filter clause number. Should be a number between 1 and 8.
Public propertyConnection
Connection name; case-sensitive!
Public propertyConnection2
Connection 2 name; case-sensitive!
Public propertyExcept
Specify Not-filter. Equivalent to the 'Except' chekbox in a filtyer dialog
Public propertyFiltertypeIdentifier
String representing the filtertype identifier for use in a Commence DDE request.
Public propertyItem
Connected itemname. If the filter is on a Commence category that is clarified, it is recommended you provide both the clarify separator and the clarify value. However, it is possible to use the fully qualified itemname here, including all the right the padding(!).
Public propertyOrFilter
Specify if this filter must be treated as an Or filter. Default is false.
Top
Methods
  NameDescription
Public methodGetViewFilterString
Returns the ViewFilter string, useful for debugging.
Public methodToString
Overload allowing custom formatting.
(Inherited from ICursorFilter.)
Top
See Also