Interface IShadowTcoSequencerModeController
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoSequencerModeController : IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_changeMode
Declaration
IShadowTcoTask _changeMode { get; }
Property Value
|
Improve this Doc
View Source
_DisableModeChanging
Declaration
[ReadOnly]
IShadowBool _DisableModeChanging { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_DisableStepSkipping
Declaration
[ReadOnly]
IShadowBool _DisableStepSkipping { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_mode
Declaration
[ReadOnly]
[EnumeratorDiscriminator(typeof(eSequencerMode))]
IShadowInt _mode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_stepBackward
Declaration
IShadowTcoTask _stepBackward { get; }
Property Value
|
Improve this Doc
View Source
_stepForward
Declaration
IShadowTcoTask _stepForward { get; }
Property Value
|
Improve this Doc
View Source
_stepIn
Declaration
IShadowTcoTask _stepIn { get; }
Property Value
|
Improve this Doc
View Source
inCurrentStepRunning
Declaration
IShadowBool inCurrentStepRunning { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoSequencerModeController)
Declaration
void CopyPlainToShadow(PlainTcoSequencerModeController source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoSequencerModeController CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()