Class IntegerRange
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class IntegerRange : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Max
Declaration
public int Max { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Min
Declaration
public int Min { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.IEquatable<T>