IRepositoryTryGetNumberRangeById Method |
Tries to get the number range by ID.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax bool TryGetNumberRangeById(
string id,
out INumberRange pResult
)
Parameters
- id
- Type: SystemString
The number range ID. - pResult
- Type: PDTec.IceNet.Core.ModelINumberRange
The number range.
Return Value
Type:
Booleantrue if the repository contains a number range
with this name; otherwise,
false.
See Also