Click or drag to resize

INumberRange Interface

A number range is a manageable generator of number sequences.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface INumberRange

The INumberRange type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The number range description. The description can be empty.
Public propertyDisplayName
The display name.
Public propertyId
The number range ID. The ID is generated by the platform and cannot be modified.
Public propertyMaxValue
The maximum value of numbers to be generated.
Public propertyMinValue
The minimum value of numbers to be generated.
Public propertyName
The number range name. The name must be unique and must follow the QName convention.
Public propertyNextValuePreview
The next value that will be generated.
Top
Methods
  NameDescription
Public methodDestroy
Deletes the number range.
Public methodGetNextValue
Generates and returns a single number.
Public methodGetNextValueBlock
Generates a block of subsequent numbers.
Public methodReset
Resets the number range. The number generation then starts with MinValue.
Top
See Also