Search Results for

    Show / Hide Table of Contents

    Class CalculationResult

    Holds the result of the calculation (pass/fail).

    Inheritance
    System.Object
    CalculationResult
    OptimizerResult
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: VMS.TPS.Common.Model.API
    Assembly: VMS.TPS.Common.Model.API.dll
    Syntax
    public class CalculationResult

    Properties

    Success

    Returns true if calculation did not return any errors. Otherwise returns false.

    Declaration
    public bool Success { get; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top