Class SystemReporting
Inheritance
System.Object
SystemReporting
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SystemReporting : APIBase, IEquatable<APIBase>
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