Version: 13.0

    Show / Hide Table of Contents

    Class Versioning

    Inheritance
    System.Object
    Versioning
    Namespace: SMT.MastaAPI
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public static class Versioning

    Properties

    APIReleaseVersion

    A System.Version corresponding to APIReleaseVersionString.

    Does not include the Alpha/Beta/RC component of the version.

    See also MastaVersionString.

    Declaration
    public static Version APIReleaseVersion { get; }
    Property Value
    Type Description
    System.Version

    APIReleaseVersionString

    e.g. "10.2.2 Alpha 1". Includes the Alpha/Beta/RC component of the version.

    See also MastaVersionString and APIReleaseVersion.

    Declaration
    public static string APIReleaseVersionString { get; }
    Property Value
    Type Description
    System.String

    IsBackwardsCompatibleCase

    Declaration
    public static bool IsBackwardsCompatibleCase { get; }
    Property Value
    Type Description
    System.Boolean

    MastaVersion

    A System.Version corresponding to MastaVersionString.

    Does not include the Alpha/Beta/RC component of the version.

    See also APIReleaseVersionString.

    Declaration
    public static Version MastaVersion { get; }
    Property Value
    Type Description
    System.Version

    MastaVersionString

    If using a backward-compatible API (e.g. 10.2.4) in a newer version of MASTA (e.g. 11.0) this will return whatever value the newer version (e.g. "11.0") is running.

    See also APIReleaseVersionString and MastaVersion.

    Declaration
    public static string MastaVersionString { get; }
    Property Value
    Type Description
    System.String
    Back to top