Search Results for

    Show / Hide Table of Contents

    Class UnitMetadata

    Inheritance
    System.Object
    UnitMetadata
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization.UnitMetadata
    Assembly: Sdl.Core.Globalization.dll
    Syntax
    public class UnitMetadata

    Constructors

    UnitMetadata()

    Declaration
    public UnitMetadata()

    Properties

    DoNotInherit

    Declaration
    public bool DoNotInherit { get; set; }
    Property Value
    Type Description
    System.Boolean

    LabelValueSets

    Declaration
    public List<LabelValueSet> LabelValueSets { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LabelValueSet>

    UnitKey

    Declaration
    public string UnitKey { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    LabelValueSetFromLabel(String)

    Declaration
    public LabelValueSet LabelValueSetFromLabel(string label)
    Parameters
    Type Name Description
    System.String label
    Returns
    Type Description
    LabelValueSet

    On this page

    • Constructors
      • UnitMetadata()
    • Properties
      • DoNotInherit
      • LabelValueSets
      • UnitKey
    • Methods
      • LabelValueSetFromLabel(String)
    Back to top Generated by DocFX