Class TcoInspectionGroup
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: PlcDocu.TcoInspectors
Assembly: TcoInspectorsConnector.dll
Syntax
public abstract class TcoInspectionGroup : TcoInspector
Constructors
| Improve this Doc View SourceTcoInspectionGroup()
Prevents creating instance of this class via public constructor
Declaration
public TcoInspectionGroup()
Fields
| Improve this Doc View Source_currentRunResult
Declaration
public TcoComprehensiveResult _currentRunResult
Field Value
Type | Description |
---|---|
TcoComprehensiveResult |
_inspectionIndex
Declaration
public object _inspectionIndex
Field Value
Type | Description |
---|---|
System.Object |
_inspections
Declaration
public object _inspections
Field Value
Type | Description |
---|---|
System.Object |
_normalizedAllowedRetries
Declaration
public object _normalizedAllowedRetries
Field Value
Type | Description |
---|---|
System.Object |
_overallResult
Declaration
public TcoComprehensiveResult _overallResult
Field Value
Type | Description |
---|---|
TcoComprehensiveResult |
_tierAct
Declaration
public TcoTier _tierAct
Field Value
Type | Description |
---|---|
TcoTier |
LAST_INSPECTION_INDEX
Declaration
public object LAST_INSPECTION_INDEX
Field Value
Type | Description |
---|---|
System.Object |
MAX_NORMALIZED_RETRIES
Declaration
public object MAX_NORMALIZED_RETRIES
Field Value
Type | Description |
---|---|
System.Object |
Properties
| Improve this Doc View SourceCommonData
Gets common data settings of inspectors.
Declaration
[IgnoreReflection]
public dynamic CommonData { get; }
Property Value
Type | Description |
---|---|
System.Object | Plc type TcoInspectorData; Twin type: TcoInspectorData |
OverInspected
Gets true
when the number of inspections excceds NumberOfAllowedRetries
.
Declaration
[IgnoreReflection]
public dynamic OverInspected { get; }
Property Value
Type | Description |
---|---|
System.Object | Plc type BOOL; Twin type: Vortex.Connector.ValueTypes.OnlinerBool |