Search Results for

    Show / Hide Table of Contents

    Class IntNumberGrammarRange

    Inheritance
    object
    IntNumberGrammarRange
    Inherited Members
    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 IntNumberGrammarRange

    Constructors

    IntNumberGrammarRange()

    Declaration
    public IntNumberGrammarRange()

    Properties

    LowerBound

    Declaration
    [JsonProperty("lower")]
    public int LowerBound { get; set; }
    Property Value
    Type Description
    int

    RangeTransforms

    Declaration
    [JsonProperty("transforms", DefaultValueHandling = DefaultValueHandling.Ignore)]
    public List<RangeTransform> RangeTransforms { get; set; }
    Property Value
    Type Description
    List<RangeTransform>

    UpperBound

    Declaration
    [JsonProperty("upper")]
    public int? UpperBound { get; set; }
    Property Value
    Type Description
    int?

    Methods

    IsInRange(int)

    Declaration
    public bool IsInRange(int i)
    Parameters
    Type Name Description
    int i
    Returns
    Type Description
    bool

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In this article
    • Constructors
      • IntNumberGrammarRange()
    • Properties
      • LowerBound
      • RangeTransforms
      • UpperBound
    • Methods
      • IsInRange(int)
      • ToString()
    Back to top Generated by DocFX