Group
Show / Hide Table of Contents

Class IntegerRange

A range of integers

Inheritance
System.Object
IntegerRange
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Matching.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class IntegerRange

Properties

| Improve this Doc View Source

Maximum

The maximum for this range

Declaration
public int Maximum { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Minimum

The minimum for this range

Declaration
public int Minimum { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾