StoppingConditionEvaluator.Constraints Property |
Gets the
constraints that must also be
satisfied for this stopping condition to stop propagation. If a constraint prevents an event
from stopping propagation, it will not increment the count that gets compared to the
StopOnEventNumber.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReadOnlyCollection<StoppingConditionConstraintEvaluator> Constraints { get; }
Public ReadOnly Property Constraints As ReadOnlyCollection(Of StoppingConditionConstraintEvaluator)
Get
public:
property ReadOnlyCollection<StoppingConditionConstraintEvaluator^>^ Constraints {
ReadOnlyCollection<StoppingConditionConstraintEvaluator^>^ get ();
}
member Constraints : ReadOnlyCollection<StoppingConditionConstraintEvaluator> with get
Property Value
Type:
ReadOnlyCollection<StoppingConditionConstraintEvaluator>
See Also