Click or drag to resize

CursorFilterTypeCTCTI Class

Represents a filter of type 'Connection To Connected Item' (CTCTI).
Inheritance Hierarchy

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public sealed class CursorFilterTypeCTCTI : BaseCursorFilter, 
	ICursorFilterTypeCTCTI, ICursorFilter

The CursorFilterTypeCTCTI type exposes the following members.

Constructors
  NameDescription
Public methodCursorFilterTypeCTCTI
constructor.
Top
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
Returns ClauseNumber for use in derived classes. Should be a value between 1 and 8.
(Inherited from BaseCursorFilter.)
Public propertyConnection
Connection name; case-sensitive!
Public propertyConnection2
Connection 2 name; case-sensitive!
Public propertyExcept
Except flag. Set to true to create a Except (NOT) filter.
(Inherited from BaseCursorFilter.)
Public propertyFiltertypeIdentifier
String representing the filtertype identifier for use in a Commence DDE request.
(Overrides BaseCursorFilterFiltertypeIdentifier.)
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
Defines AND/OR filter logic. Set to true to make filter an OR filter. Defaults to 'AND'.

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]].

(Inherited from BaseCursorFilter.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetViewFilterString
Convenience method mainly for COM Interop; returns ViewFilter string as you would use it in DDE syntax.
(Inherited from BaseCursorFilter.)
Public methodToString
Creates the filter string.
(Overrides ObjectToString.)
Public methodToString(FuncICursorFilter, String)
Overload allowing custom formatting.
(Inherited from BaseCursorFilter.)
Top
See Also