Class TcoAnalogueInspectorData
Inheritance
System.Object
TcoAnalogueInspectorData
Implements
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: TcoInspectorsConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"AnalogueCheckerData\" } {attribute addProperty Units \"\" }", "TcoAnalogueInspectorData", "TcoInspectors", TypeComplexityEnum.Complex)]
public class TcoAnalogueInspectorData : TcoInspectorData, IsInspectorData, IVortexObject, ITwinObject, IVortexElement, ITcoAnalogueInspectorData, ITcoInspectorData, IShadowTcoAnalogueInspectorData, IShadowTcoInspectorData, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
TcoAnalogueInspectorData()
Declaration
public TcoAnalogueInspectorData()
|
Improve this Doc
View Source
TcoAnalogueInspectorData(IVortexObject, String, String)
Declaration
public TcoAnalogueInspectorData(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
_DetectedStatus
Declaration
OnlinerLReal _DetectedStatus
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_RequiredMax
Declaration
OnlinerLReal _RequiredMax
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_RequiredMin
Declaration
OnlinerLReal _RequiredMin
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
Properties
|
Improve this Doc
View Source
_AttributeUnits
Declaration
string _AttributeUnits { }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AttributeUnits
Declaration
public string AttributeUnits { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DetectedStatus
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl", "ControlSlim", "ShadowControlSlim"})]
public OnlinerLReal DetectedStatus { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
RequiredMax
Required maximum value for the inspection to pass.
Declaration
public OnlinerLReal RequiredMax { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
RequiredMin
Required minimum value for the inspection to pass.
Declaration
public OnlinerLReal RequiredMin { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoAnalogueInspectorData)
Declaration
public void CopyPlainToShadow(PlainTcoAnalogueInspectorData source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainTcoAnalogueInspectorData CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoAnalogueInspectorData)
Declaration
protected PlainTcoAnalogueInspectorData CreatePlainerType(PlainTcoAnalogueInspectorData cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoAnalogueInspectorData)
Declaration
public void FlushOnlineToPlain(PlainTcoAnalogueInspectorData source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoAnalogueInspectorData)
Declaration
public void FlushPlainToOnline(PlainTcoAnalogueInspectorData 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
IShadowTcoAnalogueInspectorData.DetectedStatus
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl", "ControlSlim", "ShadowControlSlim"})]
IShadowLReal IShadowTcoAnalogueInspectorData.DetectedStatus { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowTcoAnalogueInspectorData.RequiredMax
Declaration
IShadowLReal IShadowTcoAnalogueInspectorData.RequiredMax { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowTcoAnalogueInspectorData.RequiredMin
Declaration
IShadowLReal IShadowTcoAnalogueInspectorData.RequiredMin { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IsInspectorData.DetectedStatus
Declaration
dynamic IsInspectorData.DetectedStatus { get; }
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ITcoAnalogueInspectorData.DetectedStatus
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl", "ControlSlim", "ShadowControlSlim"})]
IOnlineLReal ITcoAnalogueInspectorData.DetectedStatus { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
ITcoAnalogueInspectorData.RequiredMax
Declaration
IOnlineLReal ITcoAnalogueInspectorData.RequiredMax { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
ITcoAnalogueInspectorData.RequiredMin
Declaration
IOnlineLReal ITcoAnalogueInspectorData.RequiredMin { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
Implements
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject