Class TcoSequencerObserver
Inheritance
System.Object
TcoSequencerObserver
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
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
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "TcoSequencerObserver", "TcoCore", TypeComplexityEnum.Complex)]
public class TcoSequencerObserver : TcoObject, IVortexIdentity, IsTcoObject, IVortexObject, ITwinObject, IVortexElement, ITcoSequencerObserver, ITcoObject, IShadowTcoSequencerObserver, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
TcoSequencerObserver()
Declaration
public TcoSequencerObserver()
|
Improve this Doc
View Source
TcoSequencerObserver(IVortexObject, String, String)
Declaration
public TcoSequencerObserver(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
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
OnlinerUInt __currentStepOrder
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
|
Improve this Doc
View Source
__stepsCount
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
|
Improve this Doc
View Source
_MAX_STEPS
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
Properties
|
Improve this Doc
View Source
_currentStepOrder
Declaration
public OnlinerUInt _currentStepOrder { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
|
Improve this Doc
View Source
_steps
Declaration
public StepDetails[] _steps { get; set; }
Property Value
|
Improve this Doc
View Source
_stepsCount
Declaration
public OnlinerUInt _stepsCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
|
Improve this Doc
View Source
MAX_STEPS
Declaration
public OnlinerUInt MAX_STEPS { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoSequencerObserver)
Declaration
public void CopyPlainToShadow(PlainTcoSequencerObserver source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainTcoSequencerObserver CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoSequencerObserver)
Declaration
protected PlainTcoSequencerObserver CreatePlainerType(PlainTcoSequencerObserver cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoSequencerObserver)
Declaration
public void FlushOnlineToPlain(PlainTcoSequencerObserver source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoSequencerObserver)
Declaration
public void FlushPlainToOnline(PlainTcoSequencerObserver source)
Parameters
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
|
Improve this Doc
View Source
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
|
Improve this Doc
View Source
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
|
Improve this Doc
View Source
PexConstructor(IVortexObject, String, String)
Declaration
void PexConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
|
Improve this Doc
View Source
PexPreConstructor(IVortexObject, String, String)
Declaration
void PexPreConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Explicit Interface Implementations
|
Improve this Doc
View Source
IShadowTcoSequencerObserver._currentStepOrder
Declaration
IShadowUInt IShadowTcoSequencerObserver._currentStepOrder { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUInt |
|
|
Improve this Doc
View Source
IShadowTcoSequencerObserver._steps
Declaration
IShadowStepDetails[] IShadowTcoSequencerObserver._steps { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoSequencerObserver._stepsCount
Declaration
IShadowUInt IShadowTcoSequencerObserver._stepsCount { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUInt |
|
|
Improve this Doc
View Source
ITcoSequencerObserver._currentStepOrder
Declaration
IOnlineUInt ITcoSequencerObserver._currentStepOrder { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
|
Improve this Doc
View Source
ITcoSequencerObserver._steps
Declaration
IStepDetails[] ITcoSequencerObserver._steps { get; set; }
Returns
|
Improve this Doc
View Source
ITcoSequencerObserver._stepsCount
Declaration
IOnlineUInt ITcoSequencerObserver._stepsCount { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject