Interface ITcoSequencerObserver
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoSequencerObserver : ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_currentStepOrder
Declaration
IOnlineUInt _currentStepOrder { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
|
Improve this Doc
View Source
_steps
Declaration
IStepDetails[] _steps { get; set; }
Property Value
|
Improve this Doc
View Source
_stepsCount
Declaration
IOnlineUInt _stepsCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoSequencerObserver CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoSequencerObserver)
Declaration
void FlushOnlineToPlain(PlainTcoSequencerObserver source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoSequencerObserver)
Declaration
void FlushPlainToOnline(PlainTcoSequencerObserver source)
Parameters