Click or drag to resize

CompositeDisplayCondition Methods

The CompositeDisplayCondition type exposes the following members.

Methods
  NameDescription
Public methodAdd(DisplayCondition)
Adds a display condition to the end of the composite.
Public methodAdd(DisplayCondition, Boolean)
Adds a display condition to the end of the composite.
Public methodClear
Removes all display conditions from the composite.
Public methodDispose (Inherited from DisplayCondition.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNegate(DisplayCondition)
Determines if a logical not operation is applied to a display condition in the composite.
Public methodGetNegate(Int32)
Determines if a logical not operation is applied to a display condition in the composite.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert(Int32, DisplayCondition)
Inserts a display condition at the given zero-based index, shifting existing display conditions.
Public methodInsert(Int32, DisplayCondition, Boolean)
Inserts a display condition at the given zero-based index, shifting existing display conditions.
Public methodRemove(DisplayCondition)
Removes a display condition from the composite.
Public methodRemove(Int32)
Removes the display condition at the given zero-based index, shifting existing display conditions.
Public methodReserve
Requests enough memory for the composite to contain at least count display conditions. Count will not be affected but Capacity may be.
Public methodSetNegate(DisplayCondition, Boolean)
Sets if a logical not operation is applied to a display condition in the composite when the composite is evaluated.
Public methodSetNegate(Int32, Boolean)
Sets if a logical not operation is applied to a display condition in the composite when the composite is evaluated.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also