Class TcoDataInspector
Provides a mechanism for inspecting status of discrete signal.
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()
Namespace: TcoInspectors
Assembly: TcoInspectorsConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "TcoDataInspector", "TcoInspectors", TypeComplexityEnum.Complex)]
public class TcoDataInspector : TcoInspector, IVortexIdentity, IsTcoObject, IsInspector, IVortexObject, ITwinObject, IVortexElement, ITcoDataInspector, ITcoInspector, ITcoObject, IShadowTcoDataInspector, IShadowTcoInspector, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
| Improve this Doc View SourceTcoDataInspector()
Declaration
public TcoDataInspector()
TcoDataInspector(IVortexObject, String, String)
Declaration
public TcoDataInspector(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__data
Declaration
TcoDataInspectorData __data
Field Value
Type | Description |
---|---|
TcoDataInspectorData |
Properties
| Improve this Doc View Source_data
Declaration
public TcoDataInspectorData _data { get; }
Property Value
Type | Description |
---|---|
TcoDataInspectorData |
InspectorData
Declaration
public IsInspectorData InspectorData { get; }
Property Value
Type | Description |
---|---|
IsInspectorData |
ResultAsEnum
Declaration
public eInspectorResult ResultAsEnum { get; }
Property Value
Type | Description |
---|---|
eInspectorResult |
Methods
| Improve this Doc View SourceCopyPlainToShadow(PlainTcoDataInspector)
Declaration
public void CopyPlainToShadow(PlainTcoDataInspector source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDataInspector | source |
CreatePlainerType()
Declaration
public PlainTcoDataInspector CreatePlainerType()
Returns
Type | Description |
---|---|
PlainTcoDataInspector |
CreatePlainerType(PlainTcoDataInspector)
Declaration
protected PlainTcoDataInspector CreatePlainerType(PlainTcoDataInspector cloned)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDataInspector | cloned |
Returns
Type | Description |
---|---|
PlainTcoDataInspector |
FlushOnlineToPlain(PlainTcoDataInspector)
Declaration
public void FlushOnlineToPlain(PlainTcoDataInspector source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDataInspector | source |
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
FlushPlainToOnline(PlainTcoDataInspector)
Declaration
public void FlushPlainToOnline(PlainTcoDataInspector source)
Parameters
Type | Name | Description |
---|---|---|
PlainTcoDataInspector | source |
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
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 |
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
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 |
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Explicit Interface Implementations
| Improve this Doc View SourceIShadowTcoDataInspector._data
Declaration
IShadowTcoDataInspectorData IShadowTcoDataInspector._data { get; }
Returns
Type | Description |
---|---|
IShadowTcoDataInspectorData |
ITcoDataInspector._data
Declaration
ITcoDataInspectorData ITcoDataInspector._data { get; }
Returns
Type | Description |
---|---|
ITcoDataInspectorData |
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject