Class TcoDo
Generic component for discrete control of an output.
Inheritance
System.Object
TcoDo
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: TcoElementsConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "TcoDo", "TcoElements", TypeComplexityEnum.Complex)]
public class TcoDo : TcoComponent, IVortexIdentity, IsTcoObject, IVortexObject, ITwinObject, IVortexElement, ITcoDo, ITcoComponent, ITcoObject, IShadowTcoDo, IShadowTcoComponent, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
TcoDo()
Declaration
|
Improve this Doc
View Source
TcoDo(IVortexObject, String, String)
Declaration
public TcoDo(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
__resetTask
Declaration
Field Value
|
Improve this Doc
View Source
__setTask
Declaration
Field Value
|
Improve this Doc
View Source
__signal
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
__signalInfo
Declaration
TcoSignalInfo __signalInfo
Field Value
Properties
|
Improve this Doc
View Source
_resetTask
Declaration
public TcoTask _resetTask { get; }
Property Value
|
Improve this Doc
View Source
_setTask
Declaration
public TcoTask _setTask { get; }
Property Value
|
Improve this Doc
View Source
_signal
Backing variable for signal; this variable is used directly by the component. It updates inoSingal
in FB body call.
Declaration
public OnlinerBool _signal { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_signalInfo
Declaration
public TcoSignalInfo _signalInfo { get; }
Property Value
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoDo)
Declaration
public void CopyPlainToShadow(PlainTcoDo source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainTcoDo CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoDo)
Declaration
protected PlainTcoDo CreatePlainerType(PlainTcoDo cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoDo)
Declaration
public void FlushOnlineToPlain(PlainTcoDo source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoDo)
Declaration
public void FlushPlainToOnline(PlainTcoDo 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
IShadowTcoDo._resetTask
Declaration
IShadowTcoTask IShadowTcoDo._resetTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDo._setTask
Declaration
IShadowTcoTask IShadowTcoDo._setTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDo._signal
Declaration
IShadowBool IShadowTcoDo._signal { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowTcoDo._signalInfo
Declaration
IShadowTcoSignalInfo IShadowTcoDo._signalInfo { get; }
Returns
|
Improve this Doc
View Source
ITcoDo._resetTask
Declaration
ITcoTask ITcoDo._resetTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDo._setTask
Declaration
ITcoTask ITcoDo._setTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDo._signal
Declaration
IOnlineBool ITcoDo._signal { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
ITcoDo._signalInfo
Declaration
ITcoSignalInfo ITcoDo._signalInfo { get; }
Returns
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
See Also