SegmentDefinitionPassAllElementsToNextSegment Property |
Gets if the type of this segment is such that it will not define any
Elements or
StateElementAdapters because the nature of the segment is that it
affects the control flow of multiple segments instead of propagating elements. By default this is
, but if the specific derived segment can use the previous segment's adapters,
override this property to always return
. Even if this is
some segments may require
adapters to be set with the
SetElementAndAdapter(StateElementAdapterDefinition) method.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 19.1.398.0 (19.1.398.0)
Syntaxpublic virtual bool PassAllElementsToNextSegment { get; }
Public Overridable ReadOnly Property PassAllElementsToNextSegment As Boolean
Get
public:
virtual property bool PassAllElementsToNextSegment {
bool get ();
}
abstract PassAllElementsToNextSegment : bool with get
override PassAllElementsToNextSegment : bool with get
Property Value
Type:
Boolean
See Also