Class TcoDataInspectorData
Inheritance
System.Object
TcoDataInspectorData
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\" }", "TcoDataInspectorData", "TcoInspectors", TypeComplexityEnum.Complex)]
public class TcoDataInspectorData : TcoInspectorData, IsInspectorData, IVortexObject, ITwinObject, IVortexElement, ITcoDataInspectorData, ITcoInspectorData, IShadowTcoDataInspectorData, IShadowTcoInspectorData, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
TcoDataInspectorData()
Declaration
public TcoDataInspectorData()
|
Improve this Doc
View Source
TcoDataInspectorData(IVortexObject, String, String)
Declaration
public TcoDataInspectorData(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
OnlinerString _DetectedStatus
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerString |
|
|
Improve this Doc
View Source
_RequiredStatus
Declaration
OnlinerString _RequiredStatus
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerString |
|
|
Improve this Doc
View Source
_StarNotationEnabled
Declaration
OnlinerBool _StarNotationEnabled
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
Properties
|
Improve this Doc
View Source
DetectedStatus
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl", "ControlSlim", "ShadowControlSlim"})]
public OnlinerString DetectedStatus { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerString |
|
|
Improve this Doc
View Source
RequiredStatus
Required status for the check to Pass.
Declaration
public OnlinerString RequiredStatus { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerString |
|
|
Improve this Doc
View Source
StarNotationEnabled
When enabled (true
) the date are evaluating with simple pattern matching.
Declaration
public OnlinerBool StarNotationEnabled { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoDataInspectorData)
Declaration
public void CopyPlainToShadow(PlainTcoDataInspectorData source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainTcoDataInspectorData CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoDataInspectorData)
Declaration
protected PlainTcoDataInspectorData CreatePlainerType(PlainTcoDataInspectorData cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoDataInspectorData)
Declaration
public void FlushOnlineToPlain(PlainTcoDataInspectorData source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoDataInspectorData)
Declaration
public void FlushPlainToOnline(PlainTcoDataInspectorData 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
IShadowTcoDataInspectorData.DetectedStatus
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl", "ControlSlim", "ShadowControlSlim"})]
IShadowString IShadowTcoDataInspectorData.DetectedStatus { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
IShadowTcoDataInspectorData.RequiredStatus
Declaration
IShadowString IShadowTcoDataInspectorData.RequiredStatus { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
IShadowTcoDataInspectorData.StarNotationEnabled
Declaration
IShadowBool IShadowTcoDataInspectorData.StarNotationEnabled { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IsInspectorData.DetectedStatus
Declaration
dynamic IsInspectorData.DetectedStatus { get; }
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ITcoDataInspectorData.DetectedStatus
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl", "ControlSlim", "ShadowControlSlim"})]
IOnlineString ITcoDataInspectorData.DetectedStatus { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
ITcoDataInspectorData.RequiredStatus
Declaration
IOnlineString ITcoDataInspectorData.RequiredStatus { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
ITcoDataInspectorData.StarNotationEnabled
Declaration
IOnlineBool ITcoDataInspectorData.StarNotationEnabled { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
Implements
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject