Interface IShadowTcoSequencerBase
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoSequencerBase : IShadowTcoStateExtendible, IShadowTcoStateBase, IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_currentStep
Declaration
IShadowStepDetails _currentStep { get; }
Property Value
|
Improve this Doc
View Source
_LastCycleTime
Declaration
IShadowTime _LastCycleTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowTime |
|
|
Improve this Doc
View Source
_modeController
Declaration
IShadowTcoSequencerModeController _modeController { get; }
Property Value
|
Improve this Doc
View Source
_SequenceElapsedTime
Declaration
IShadowTime _SequenceElapsedTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowTime |
|
|
Improve this Doc
View Source
_sequencerErrorId
Declaration
[ReadOnly]
[EnumeratorDiscriminator(typeof(eSequencerError))]
IShadowInt _sequencerErrorId { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_sequencerHasError
Declaration
[ReadOnly]
IShadowBool _sequencerHasError { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_StepElapsedTime
Declaration
IShadowTime _StepElapsedTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowTime |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoSequencerBase)
Declaration
void CopyPlainToShadow(PlainTcoSequencerBase source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoSequencerBase CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()