Class AnalysisRunInformation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AnalysisRunInformation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class AnalysisRunInformation : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
MASTAVersionUsed
Declaration
public string MASTAVersionUsed { get; }
Property Value
Type | Description |
---|---|
System.String |
SpecificationsOfComputerUsed
Declaration
public string SpecificationsOfComputerUsed { get; }
Property Value
Type | Description |
---|---|
System.String |
TimeTaken
Declaration
public string TimeTaken { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>