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.Azure.DocumentDb.Entities.AzureDocumentDbEntity Class Reference

A projection/entity especially designed to work with Azure DocumentDB (CosmosDB). More...

+ Inheritance diagram for Cqrs.Azure.DocumentDb.Entities.AzureDocumentDbEntity:

Properties

override Guid Rsn [get, set]
 The identifier of the IEntity. More...
 
virtual string id [get, set]
 The internal identifier of the IEntity used within Azure DocumentDB (CosmosDB). More...
 
virtual string type [get, set]
 The name of the Type of this 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 Azure DocumentDB (CosmosDB).