Search Results for

    Show / Hide Table of Contents

    Class LabelValueCondition

    Defines a measurement label and the grammatical number conditions under which it can be applied.

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

    Constructors

    LabelValueCondition()

    Declaration
    public LabelValueCondition()

    Properties

    Label

    The text of the label.

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

    NumberGrammarRangeSetID

    Identifies the NumberGrammarRangeSet indicating which integer value ranges should use this unit spelling. If null, the label can be used for any integer value, e.g. 23mm, 0mm, 1mm, -4mm

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

    On this page

    Back to top Generated by DocFX