Search Results for

    Show / Hide Table of Contents

    Class NumberGrammarRangeSet

    Inheritance
    object
    NumberGrammarRangeSet
    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.NumberMetadata
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class NumberGrammarRangeSet

    Constructors

    NumberGrammarRangeSet()

    Declaration
    public NumberGrammarRangeSet()

    Properties

    DoubleNumberGrammarRanges

    Declaration
    [JsonProperty("floatranges")]
    public List<DoubleNumberGrammarRange> DoubleNumberGrammarRanges { get; set; }
    Property Value
    Type Description
    List<DoubleNumberGrammarRange>

    ID

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    string

    IntNumberGrammarRanges

    Declaration
    [JsonProperty("ranges")]
    public List<IntNumberGrammarRange> IntNumberGrammarRanges { get; set; }
    Property Value
    Type Description
    List<IntNumberGrammarRange>
    In this article
    • Constructors
      • NumberGrammarRangeSet()
    • Properties
      • DoubleNumberGrammarRanges
      • ID
      • IntNumberGrammarRanges
    Back to top Generated by DocFX