Click or drag to resize

ICursorFilterTypeCTI Interface

Interface for CursorFilterTypeCTI.

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

The ICursorFilterTypeCTI type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Connected category name.
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 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 just 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