Search Results for

    Show / Hide Table of Contents

    Class NumberGrammarRangeSet

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

    Constructors

    NumberGrammarRangeSet()

    Declaration
    public NumberGrammarRangeSet()

    Properties

    DoubleNumberGrammarRanges

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

    ID

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

    IntNumberGrammarRanges

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

    On this page

    • Constructors
      • NumberGrammarRangeSet()
    • Properties
      • DoubleNumberGrammarRanges
      • ID
      • IntNumberGrammarRanges
    Back to top Generated by DocFX