Search Results for

    Show / Hide Table of Contents

    Class LabelValueSet

    Inheritance
    object
    LabelValueSet
    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 LabelValueSet

    Constructors

    LabelValueSet()

    Declaration
    public LabelValueSet()

    Properties

    LabelValueConditions

    Declaration
    [JsonProperty("labels")]
    public List<LabelValueCondition> LabelValueConditions { get; set; }
    Property Value
    Type Description
    List<LabelValueCondition>

    Preferred

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

    Methods

    ContainsLabel(string)

    Declaration
    public bool ContainsLabel(string label)
    Parameters
    Type Name Description
    string label
    Returns
    Type Description
    bool

    GetLabel(double)

    Declaration
    public string GetLabel(double value)
    Parameters
    Type Name Description
    double value
    Returns
    Type Description
    string

    GetLabel(int)

    Declaration
    public string GetLabel(int value)
    Parameters
    Type Name Description
    int value
    Returns
    Type Description
    string
    In this article
    • Constructors
      • LabelValueSet()
    • Properties
      • LabelValueConditions
      • Preferred
    • Methods
      • ContainsLabel(string)
      • GetLabel(double)
      • GetLabel(int)
    Back to top Generated by DocFX