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.
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 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...
 
- 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 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...
 
- 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 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...
 

Detailed Description

A projection/entity especially designed to work with MongoDB.