Search Results for

    Show / Hide Table of Contents

    Class LabelValueSet

    Inheritance
    System.Object
    LabelValueSet
    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 LabelValueSet

    Constructors

    LabelValueSet()

    Declaration
    public LabelValueSet()

    Properties

    LabelValueConditions

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

    Preferred

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

    Methods

    ContainsLabel(String)

    Declaration
    public bool ContainsLabel(string label)
    Parameters
    Type Name Description
    System.String label
    Returns
    Type Description
    System.Boolean

    GetLabel(Double)

    Declaration
    public string GetLabel(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    System.String

    GetLabel(Int32)

    Declaration
    public string GetLabel(int value)
    Parameters
    Type Name Description
    System.Int32 value
    Returns
    Type Description
    System.String

    On this page

    Back to top Generated by DocFX