Class SystemReporting
Inheritance
System.Object
SystemReporting
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class SystemReporting : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AllMeasurements
Declaration
public ReadOnlyCollection<MeasurementBase> AllMeasurements { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<MeasurementBase> |
|
CurrentDateAndTime
Declaration
public string CurrentDateAndTime { get; }
Property Value
| Type |
Description |
| System.String |
|
CurrentDateAndTimeISO8601
Declaration
public string CurrentDateAndTimeISO8601 { get; }
Property Value
| Type |
Description |
| System.String |
|
MASTAVersion
Declaration
public string MASTAVersion { get; }
Property Value
| Type |
Description |
| System.String |
|
MeasurementsNotUsingSIUnit
Declaration
public ReadOnlyCollection<MeasurementBase> MeasurementsNotUsingSIUnit { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<MeasurementBase> |
|
Implements
System.IEquatable<T>
Extension Methods