![]() |
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 object for collecting a lower and upper limit, such as a number or date range. More...
Properties | |
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 object for collecting a lower and upper limit, such as a number or date range.
TPrimitive | : | struct |