Search Results for

    Show / Hide Table of Contents

    Class UnitMetadata

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

    Constructors

    UnitMetadata()

    Declaration
    public UnitMetadata()

    Properties

    DoNotInherit

    Declaration
    [JsonProperty("noinherit", DefaultValueHandling = DefaultValueHandling.Ignore)]
    public bool DoNotInherit { get; set; }
    Property Value
    Type Description
    bool

    LabelValueSets

    Declaration
    [JsonProperty("sets")]
    public List<LabelValueSet> LabelValueSets { get; set; }
    Property Value
    Type Description
    List<LabelValueSet>

    UnitKey

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

    Methods

    LabelValueSetFromLabel(string)

    Declaration
    public LabelValueSet LabelValueSetFromLabel(string label)
    Parameters
    Type Name Description
    string label
    Returns
    Type Description
    LabelValueSet
    In this article
    • Constructors
      • UnitMetadata()
    • Properties
      • DoNotInherit
      • LabelValueSets
      • UnitKey
    • Methods
      • LabelValueSetFromLabel(string)
    Back to top Generated by DocFX