Click or drag to resize

DelegateStoppingConditionConstraint Properties

The DelegateStoppingConditionConstraint type exposes the following members.

Properties
  NameDescription
Public propertyConstraintSatisfactionCallback
Gets or sets the delegate that will return or depending on if the StoppingConditionConstraint is satisfied.
Public propertyInitializerCallback
Gets or sets the delegate that will initialize the StoppingConditionConstraintEvaluator. It will be called after the Initialize(ITimeBasedState) method. This can be if evaluating the StoppingConditionConstraintEvaluator doesn't require information from the initial state of propagation.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyName
Gets or sets the optional name of this StoppingConditionConstraint.
(Inherited from StoppingConditionConstraint.)
Public propertyWhenToCheck
Gets or sets when to check the StoppingConditionConstraint (when a stop is detected or found).
(Inherited from StoppingConditionConstraint.)
Top
See Also