Search Results for

    Show / Hide Table of Contents

    Class DataVersion

    Inheritance
    object
    DataVersion
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization.DataVersion
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class DataVersion

    Constructors

    DataVersion()

    Declaration
    public DataVersion()

    Properties

    Version

    Declaration
    [JsonProperty(Order = 1)]
    public string Version { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • DataVersion()
    • Properties
      • Version
    Back to top Generated by DocFX