Click or drag to resize

CompositeDisplayCondition Properties

The CompositeDisplayCondition type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets the number of display conditions for which memory has been allocated. This will always be greater or equal to Count.
Public propertyCount
Gets the number of display conditions in the composite.
Public propertyItem
Returns the condition at the given zero-based index.
Public propertyLogicOperation
Gets or sets the binary logic operation applied to all display conditions in the composite when the composite is evaluated. To combine logical and and or operations in the same expression, create composites containing composites.
Top
See Also