Class PlainTcoInspectionGroup
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoInspectionGroup
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
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
public class PlainTcoInspectionGroup : PlainTcoInspector, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoInspectionGroup()
Declaration
public PlainTcoInspectionGroup()
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
PlainTcoComprehensiveResult __currentRunResult
Field Value
|
Improve this Doc
View Source
__inspectionIndex
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__normalizedAllowedRetries
Declaration
ushort __normalizedAllowedRetries
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__overallResult
Declaration
PlainTcoComprehensiveResult __overallResult
Field Value
|
Improve this Doc
View Source
__tierAct
Declaration
Field Value
|
Improve this Doc
View Source
_LAST_INSPECTION_INDEX
Declaration
short _LAST_INSPECTION_INDEX
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_MAX_NORMALIZED_RETRIES
Declaration
ushort _MAX_NORMALIZED_RETRIES
Field Value
Type |
Description |
System.UInt16 |
|
Properties
|
Improve this Doc
View Source
_currentRunResult
Declaration
public PlainTcoComprehensiveResult _currentRunResult { get; set; }
Property Value
|
Improve this Doc
View Source
_inspectionIndex
Declaration
public short _inspectionIndex { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_inspections
Declaration
public ulong[] _inspections { get; set; }
Property Value
Type |
Description |
System.UInt64[] |
|
|
Improve this Doc
View Source
_normalizedAllowedRetries
Declaration
public ushort _normalizedAllowedRetries { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_overallResult
Declaration
public PlainTcoComprehensiveResult _overallResult { get; set; }
Property Value
|
Improve this Doc
View Source
_tierAct
Declaration
public PlainTcoTier _tierAct { get; set; }
Property Value
|
Improve this Doc
View Source
LAST_INSPECTION_INDEX
Declaration
public short LAST_INSPECTION_INDEX { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
MAX_NORMALIZED_RETRIES
Declaration
public ushort MAX_NORMALIZED_RETRIES { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoInspectionGroup)
Declaration
public void CopyCyclicToPlain(ITcoInspectionGroup source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoInspectionGroup)
Declaration
public void CopyCyclicToPlain(TcoInspectionGroup source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoInspectionGroup)
Declaration
public void CopyPlainToCyclic(ITcoInspectionGroup target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoInspectionGroup)
Declaration
public void CopyPlainToCyclic(TcoInspectionGroup target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoInspectionGroup)
Declaration
public void CopyPlainToShadow(IShadowTcoInspectionGroup target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoInspectionGroup)
Declaration
public void CopyPlainToShadow(TcoInspectionGroup target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoInspectionGroup)
Declaration
public void CopyShadowToPlain(IShadowTcoInspectionGroup source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoInspectionGroup)
Declaration
public void CopyShadowToPlain(TcoInspectionGroup source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain