CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced 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 |