PropagateSegmentConfiguration Properties |
The PropagateSegmentConfiguration type exposes the following members.
Name | Description | |
---|---|---|
DefaultInitialState |
Gets or sets the initial state of the segment. Note that this property may not be
edited by a SegmentPropagatorVariable.
(Inherited from SegmentConfiguration.) | |
IsNonNominalRunDifferent |
Gets a value indicating whether the associated SegmentPropagator will behave differently if it is
being run nominally or not. You should overload
this property to return if the specific segment type might behave differently in
an unofficial propagation. By default this returns indicating
that there is no difference.
(Inherited from SegmentListConfiguration.) | |
IsThreadSafe |
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
| |
NominalRun |
Gets or sets a value indicating whether this segment is being run normally and as such its results should be
included as the final results, or if this segment is being run as part of some other
operation (commonly this is set to to indicate if the segment is being run in a
TargetedSegmentListOperator). By default this is . Override this
property when one SegmentConfiguration manages another SegmentConfiguration
(as in the case of a SegmentList) and have the overridden setter set the property on all
wrapped configuration.
(Inherited from SegmentListConfiguration.) | |
Propagator |
Gets or sets the StoppablePropagator to use
during propagation of the segment. Note that you are able to
override the type of propagator being propagated in any
PropagateSegment. For example, you can configure
your segment to initially propagate with a TwoBodyStoppablePropagator
but specify a StoppableNumericalPropagator here.
| |
UseOriginalPropagator |
Gets or sets a value indicating whether the original propagator in the PropagateSegment
should be used, or if the propagator in this configuration should be used.
|