Search Results for

    Show / Hide Table of Contents

    Class ApiVersion

    Defines the different api versions and their data

    Inheritance
    System.Object
    ApiVersion
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public sealed class ApiVersion : Enum
    Remarks

    The enum key is a textual representation of the semantic version. The value of the enum is an increasing numeric value, that increases for each newer semantic version. Not each new semantic version will get a new ApiVersion, only when changes in the data is changed a new version is added.

    Fields

    V0

    Initial version

    Declaration
    public const ApiVersion V0
    Field Value
    Type Description
    ApiVersion

    V526

    Version from ImageVault v5.26

    Declaration
    public const ApiVersion V526
    Field Value
    Type Description
    ApiVersion

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022