![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A Range<TPrimitive> object for collecting a int lower and upper limit. More...
Public Member Functions | |
IntegerRange () | |
Instantiates and Initialises a new instance of the IntegerRange class. More... | |
Additional Inherited Members | |
![]() | |
TPrimitive? | From [get, set] |
The lower limit such as a from DateTime. More... | |
TPrimitive? | To [get, set] |
The upper limit such as a to DateTime. More... | |
bool | IsFromInclusive [get, set] |
Is the value of From inclusive or not. Defaults to true. More... | |
bool | IsToInclusive [get, set] |
Is the value of To inclusive or not. Defaults to true. More... | |
A Range<TPrimitive> object for collecting a int lower and upper limit.