CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Mongo.Entities.MongoEntity Class Reference

A projection/entity especially designed to work with MongoDB. More...

+ Inheritance diagram for Cqrs.Mongo.Entities.MongoEntity:

Properties

override Guid Rsn [get, set]
 The identifier of the IEntity. More...
 
override int SortingOrder [get, set]
 The order of this IEntity to sort by, by default. More...
 
override bool IsLogicallyDeleted [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...
 
- Properties inherited from Cqrs.Entities.Entity
virtual Guid Rsn [get, set]
 The identifier of the IEntity. More...
 
virtual int SortingOrder [get, set]
 The order of this IEntity to sort by, by default. More...
 
virtual bool IsLogicallyDeleted [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...
 
- Properties inherited from Cqrs.Entities.IEntity
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 IsLogicallyDeleted [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...
 

Detailed Description

A projection/entity especially designed to work with MongoDB.