Class TcoDataInspectorData
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 TcoDataInspectorData : TcoInspectorData
Constructors
| Improve this Doc View SourceTcoDataInspectorData()
Prevents creating instance of this class via public constructor
Declaration
public TcoDataInspectorData()
Fields
| Improve this Doc View SourceDetectedStatus
Detected status.
Declaration
public object DetectedStatus
Field Value
Type | Description |
---|---|
System.Object |
RequiredStatus
Required status for the check to Pass.
Declaration
public object RequiredStatus
Field Value
Type | Description |
---|---|
System.Object |
StarNotationEnabled
When enabled (true
) the date are evaluating with simple pattern matching.
Declaration
public object StarNotationEnabled
Field Value
Type | Description |
---|---|
System.Object |