Search Results for

    Show / Hide Table of Contents

    Struct Calculation.Algorithm

    Algorithm

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: VMS.TPS.Common.Model.API
    Assembly: VMS.TPS.Common.Model.API.dll
    Syntax
    public struct Algorithm

    Fields

    Name

    Algorithm name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String

    Version

    Algorithm version

    Declaration
    public string Version
    Field Value
    Type Description
    System.String
    In This Article
    Back to top