Class PlainTcoSequencerObserver
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoSequencerObserver
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 PlainTcoSequencerObserver : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoSequencerObserver()
Declaration
public PlainTcoSequencerObserver()
Fields
|
Improve this Doc
View Source
__constMAX_STEPS
Declaration
public const ushort __constMAX_STEPS = 150
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__currentStepOrder
Declaration
ushort __currentStepOrder
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__stepsCount
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_MAX_STEPS
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Properties
|
Improve this Doc
View Source
_currentStepOrder
Declaration
public ushort _currentStepOrder { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_steps
Declaration
public PlainStepDetails[] _steps { get; set; }
Property Value
|
Improve this Doc
View Source
_stepsCount
Declaration
public ushort _stepsCount { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
MAX_STEPS
Declaration
public ushort MAX_STEPS { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoSequencerObserver)
Declaration
public void CopyCyclicToPlain(ITcoSequencerObserver source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoSequencerObserver)
Declaration
public void CopyCyclicToPlain(TcoSequencerObserver source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoSequencerObserver)
Declaration
public void CopyPlainToCyclic(ITcoSequencerObserver target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoSequencerObserver)
Declaration
public void CopyPlainToCyclic(TcoSequencerObserver target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoSequencerObserver)
Declaration
public void CopyPlainToShadow(IShadowTcoSequencerObserver target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoSequencerObserver)
Declaration
public void CopyPlainToShadow(TcoSequencerObserver target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoSequencerObserver)
Declaration
public void CopyShadowToPlain(IShadowTcoSequencerObserver source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoSequencerObserver)
Declaration
public void CopyShadowToPlain(TcoSequencerObserver 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