Search Results for

    Show / Hide Table of Contents

    Class UnitDefinition

    Inheritance
    object
    UnitDefinition
    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.UnitDefinition
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class UnitDefinition

    Constructors

    UnitDefinition()

    Declaration
    public UnitDefinition()

    Properties

    UnitKey

    Declaration
    [JsonProperty("key")]
    public string UnitKey { get; set; }
    Property Value
    Type Description
    string

    UnitType

    Declaration
    [JsonProperty("type")]
    public string UnitType { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • UnitDefinition()
    • Properties
      • UnitKey
      • UnitType
    Back to top Generated by DocFX