Interface IShadowTcoSequencerObserver
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoSequencerObserver : IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_currentStepOrder
Declaration
IShadowUInt _currentStepOrder { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUInt |
|
|
Improve this Doc
View Source
_steps
Declaration
IShadowStepDetails[] _steps { get; }
Property Value
|
Improve this Doc
View Source
_stepsCount
Declaration
IShadowUInt _stepsCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUInt |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoSequencerObserver)
Declaration
void CopyPlainToShadow(PlainTcoSequencerObserver source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoSequencerObserver CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()