Search Results for

    Show / Hide Table of Contents

    Class IntNumberGrammarRange

    Inheritance
    System.Object
    IntNumberGrammarRange
    Inherited Members
    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 IntNumberGrammarRange

    Constructors

    IntNumberGrammarRange()

    Declaration
    public IntNumberGrammarRange()

    Properties

    LowerBound

    Declaration
    public int LowerBound { get; set; }
    Property Value
    Type Description
    System.Int32

    RangeTransforms

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

    UpperBound

    Declaration
    public int? UpperBound { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    IsInRange(Int32)

    Declaration
    public bool IsInRange(int i)
    Parameters
    Type Name Description
    System.Int32 i
    Returns
    Type Description
    System.Boolean

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    On this page

    • Constructors
      • IntNumberGrammarRange()
    • Properties
      • LowerBound
      • RangeTransforms
      • UpperBound
    • Methods
      • IsInRange(Int32)
      • ToString()
    Back to top Generated by DocFX