Class TcoAnalogueInspectorData
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 TcoAnalogueInspectorData : TcoInspectorData
Constructors
| Improve this Doc View SourceTcoAnalogueInspectorData()
Prevents creating instance of this class via public constructor
Declaration
public TcoAnalogueInspectorData()
Fields
| Improve this Doc View SourceDetectedStatus
Detected status.
Declaration
public object DetectedStatus
Field Value
Type | Description |
---|---|
System.Object |
RequiredMax
Required maximum value for the inspection to pass.
Declaration
public object RequiredMax
Field Value
Type | Description |
---|---|
System.Object |
RequiredMin
Required minimum value for the inspection to pass.
Declaration
public object RequiredMin
Field Value
Type | Description |
---|---|
System.Object |