Search Results for

    Show / Hide Table of Contents

    Class UnitDefinitionSet

    Inheritance
    Object
    UnitDefinitionSet
    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 UnitDefinitionSet

    Constructors

    UnitDefinitionSet()

    Declaration
    public UnitDefinitionSet()

    Properties

    UnitDefinitions

    Declaration
    public List<UnitDefinition> UnitDefinitions { get; set; }
    Property Value
    Type Description
    List<UnitDefinition>

    Methods

    GetDefinitionByKey(String)

    Declaration
    public UnitDefinition GetDefinitionByKey(string unitKey)
    Parameters
    Type Name Description
    String unitKey
    Returns
    Type Description
    UnitDefinition
    In this article
    Back to top Generated by DocFX