![]() |
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 projection/entity. More...
Inheritance diagram for Cqrs.Entities.IEntity:Properties | |
| Guid | Rsn [get, set] |
| The identifier of the IEntity. More... | |
| int | SortingOrder [get, set] |
| The order of this IEntity to sort by, by default. More... | |
| bool | IsDeleted [get, set] |
| Indicates if this IEntity has been deleted, but not removed from the IDataStore<TData>, this way entities can be retrieved so an un-deleted operation can be triggered. More... | |
A projection/entity.