Namespace Benday.CosmosDb.DomainModels
Classes
CosmosIdentityBase
Provides the implementation of the basic properties of a Cosmos DB entity.
ParentedItemBase
Base class for an item that has both a tenant and a parent entity. Inherits from TenantItemBase and adds ParentId and ParentEntityType properties.
TenantItemBase
Base class for an item that belongs to a tenant.
Interfaces
ICosmosIdentity
Represents the basic properties of a Cosmos DB entity. Identity and tenant properties (Id, TenantId) come from the shared ITenantItem<string> interface.
IParentedItem
ITenantItem
Interface for an item that belongs to a tenant.