Class TcoInspectionGroup
Inheritance
System.Object
TcoInspectionGroup
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: TcoInspectorsConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "TcoInspectionGroup", "TcoInspectors", TypeComplexityEnum.Complex)]
public class TcoInspectionGroup : TcoInspector, IVortexIdentity, IsTcoObject, IVortexObject, ITwinObject, IVortexElement, ITcoInspectionGroup, ITcoInspector, ITcoObject, IShadowTcoInspectionGroup, IShadowTcoInspector, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
TcoInspectionGroup()
Declaration
public TcoInspectionGroup()
|
Improve this Doc
View Source
TcoInspectionGroup(IVortexObject, String, String)
Declaration
public TcoInspectionGroup(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
__constLAST_INSPECTION_INDEX
Declaration
public const short __constLAST_INSPECTION_INDEX = 15
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__constMAX_NORMALIZED_RETRIES
Declaration
public const ushort __constMAX_NORMALIZED_RETRIES = 65535
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__currentRunResult
Declaration
TcoComprehensiveResult __currentRunResult
Field Value
|
Improve this Doc
View Source
__inspectionIndex
Declaration
OnlinerInt __inspectionIndex
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
__normalizedAllowedRetries
Declaration
OnlinerUInt __normalizedAllowedRetries
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
|
Improve this Doc
View Source
__overallResult
Declaration
TcoComprehensiveResult __overallResult
Field Value
|
Improve this Doc
View Source
__tierAct
Declaration
Field Value
|
Improve this Doc
View Source
_LAST_INSPECTION_INDEX
Declaration
OnlinerInt _LAST_INSPECTION_INDEX
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
_MAX_NORMALIZED_RETRIES
Declaration
OnlinerUInt _MAX_NORMALIZED_RETRIES
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
Properties
|
Improve this Doc
View Source
_currentRunResult
Declaration
public TcoComprehensiveResult _currentRunResult { get; }
Property Value
|
Improve this Doc
View Source
_inspectionIndex
Declaration
public OnlinerInt _inspectionIndex { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
_inspections
Declaration
public OnlinerULInt[] _inspections { get; set; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerULInt[] |
|
|
Improve this Doc
View Source
_normalizedAllowedRetries
Declaration
public OnlinerUInt _normalizedAllowedRetries { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
|
Improve this Doc
View Source
_overallResult
Declaration
public TcoComprehensiveResult _overallResult { get; }
Property Value
|
Improve this Doc
View Source
_tierAct
Declaration
public TcoTier _tierAct { get; }
Property Value
|
Improve this Doc
View Source
LAST_INSPECTION_INDEX
Declaration
public OnlinerInt LAST_INSPECTION_INDEX { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
MAX_NORMALIZED_RETRIES
Declaration
public OnlinerUInt MAX_NORMALIZED_RETRIES { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
|
Improve this Doc
View Source
ResultAsEnum
Declaration
public eOverallResult ResultAsEnum { get; }
Property Value
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoInspectionGroup)
Declaration
public void CopyPlainToShadow(PlainTcoInspectionGroup source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainTcoInspectionGroup CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoInspectionGroup)
Declaration
protected PlainTcoInspectionGroup CreatePlainerType(PlainTcoInspectionGroup cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoInspectionGroup)
Declaration
public void FlushOnlineToPlain(PlainTcoInspectionGroup source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoInspectionGroup)
Declaration
public void FlushPlainToOnline(PlainTcoInspectionGroup 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
IShadowTcoInspectionGroup._currentRunResult
Declaration
IShadowTcoComprehensiveResult IShadowTcoInspectionGroup._currentRunResult { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoInspectionGroup._inspectionIndex
Declaration
IShadowInt IShadowTcoInspectionGroup._inspectionIndex { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
IShadowTcoInspectionGroup._inspections
Declaration
IShadowULInt[] IShadowTcoInspectionGroup._inspections { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt[] |
|
|
Improve this Doc
View Source
IShadowTcoInspectionGroup._normalizedAllowedRetries
Declaration
IShadowUInt IShadowTcoInspectionGroup._normalizedAllowedRetries { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUInt |
|
|
Improve this Doc
View Source
IShadowTcoInspectionGroup._overallResult
Declaration
IShadowTcoComprehensiveResult IShadowTcoInspectionGroup._overallResult { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoInspectionGroup._tierAct
Declaration
IShadowTcoTier IShadowTcoInspectionGroup._tierAct { get; }
Returns
|
Improve this Doc
View Source
ITcoInspectionGroup._currentRunResult
Declaration
ITcoComprehensiveResult ITcoInspectionGroup._currentRunResult { get; }
Returns
|
Improve this Doc
View Source
ITcoInspectionGroup._inspectionIndex
Declaration
IOnlineInt ITcoInspectionGroup._inspectionIndex { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
ITcoInspectionGroup._inspections
Declaration
IOnlineULInt[] ITcoInspectionGroup._inspections { get; set; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt[] |
|
|
Improve this Doc
View Source
ITcoInspectionGroup._normalizedAllowedRetries
Declaration
IOnlineUInt ITcoInspectionGroup._normalizedAllowedRetries { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineUInt |
|
|
Improve this Doc
View Source
ITcoInspectionGroup._overallResult
Declaration
ITcoComprehensiveResult ITcoInspectionGroup._overallResult { get; }
Returns
|
Improve this Doc
View Source
ITcoInspectionGroup._tierAct
Declaration
ITcoTier ITcoInspectionGroup._tierAct { get; }
Returns
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject