Class SystemReporting
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SystemReporting
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SystemReporting : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>