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
    • Constructors
      • UnitDefinitionSet()
    • Properties
      • UnitDefinitions
    • Methods
      • GetDefinitionByKey(string)
    Back to top Generated by DocFX