Click or drag to resize

SinglePropagateSegmentResults.BackwardsAdapters Property

Gets the IList<T> of backwards adapters associated with the ConditionStoppedOn that edited propagation. This will be null if there is no auto sequence getting run for the tripped stopping condition.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public IList<StateElementAdapter> BackwardsAdapters { get; }

Property Value

Type: IList<StateElementAdapter>
See Also