INumberRange Interface |
Namespace: PDTec.IceNet.Core.Model
public interface INumberRange
The INumberRange type exposes the following members.
Name | Description | |
---|---|---|
Description |
The number range description. The description can be empty.
| |
DisplayName |
The display name.
| |
Id |
The number range ID. The ID is generated by the platform and
cannot be modified.
| |
MaxValue |
The maximum value of numbers to be generated.
| |
MinValue |
The minimum value of numbers to be generated.
| |
Name |
The number range name. The name must be unique and must follow the QName convention.
| |
NextValuePreview |
The next value that will be generated.
|
Name | Description | |
---|---|---|
Destroy |
Deletes the number range.
| |
GetNextValue |
Generates and returns a single number.
| |
GetNextValueBlock |
Generates a block of subsequent numbers.
| |
Reset |
Resets the number range. The number generation then starts with MinValue.
|