Class PlainTcoSequencerModeController
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoSequencerModeController
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoCoreConnector.dll
Syntax
public class PlainTcoSequencerModeController : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoSequencerModeController()
Declaration
public PlainTcoSequencerModeController()
Fields
|
Improve this Doc
View Source
__changeMode
Declaration
PlainTcoTask __changeMode
Field Value
|
Improve this Doc
View Source
__DisableModeChanging
Declaration
bool __DisableModeChanging
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__DisableStepSkipping
Declaration
bool __DisableStepSkipping
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__mode
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__stepBackward
Declaration
PlainTcoTask __stepBackward
Field Value
|
Improve this Doc
View Source
__stepForward
Declaration
PlainTcoTask __stepForward
Field Value
|
Improve this Doc
View Source
__stepIn
Declaration
Field Value
|
Improve this Doc
View Source
_inCurrentStepRunning
Declaration
bool _inCurrentStepRunning
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
_changeMode
Declaration
public PlainTcoTask _changeMode { get; set; }
Property Value
|
Improve this Doc
View Source
_DisableModeChanging
Declaration
public bool _DisableModeChanging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_DisableStepSkipping
Declaration
public bool _DisableStepSkipping { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_mode
Declaration
public short _mode { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_stepBackward
Declaration
public PlainTcoTask _stepBackward { get; set; }
Property Value
|
Improve this Doc
View Source
_stepForward
Declaration
public PlainTcoTask _stepForward { get; set; }
Property Value
|
Improve this Doc
View Source
_stepIn
Declaration
public PlainTcoTask _stepIn { get; set; }
Property Value
|
Improve this Doc
View Source
inCurrentStepRunning
Declaration
public bool inCurrentStepRunning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoSequencerModeController)
Declaration
public void CopyCyclicToPlain(ITcoSequencerModeController source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoSequencerModeController)
Declaration
public void CopyCyclicToPlain(TcoSequencerModeController source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoSequencerModeController)
Declaration
public void CopyPlainToCyclic(ITcoSequencerModeController target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoSequencerModeController)
Declaration
public void CopyPlainToCyclic(TcoSequencerModeController target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoSequencerModeController)
Declaration
public void CopyPlainToShadow(IShadowTcoSequencerModeController target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoSequencerModeController)
Declaration
public void CopyPlainToShadow(TcoSequencerModeController target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoSequencerModeController)
Declaration
public void CopyShadowToPlain(IShadowTcoSequencerModeController source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoSequencerModeController)
Declaration
public void CopyShadowToPlain(TcoSequencerModeController source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain