Class ParametricStudyToolStepResult
Inheritance
System.Object
ParametricStudyToolStepResult
Assembly: SMT.MastaAPI.14.1.dll
public class ParametricStudyToolStepResult : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public string FailureMessage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool Successful { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods