![]() |
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<TPrimitive> object for collecting a int lower and upper limit. More...
Inheritance diagram for Cqrs.Entities.IntegerRange:Public Member Functions | |
| IntegerRange () | |
| Instantiates and Initialises a new instance of the IntegerRange class. More... | |
Additional Inherited Members | |
Properties inherited from Cqrs.Entities.Range< int > | |
| 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.