Namespace Benday.CosmosDb.DomainModels
Classes
CosmosIdentityBase
Provides the implementation of the basic properties of a Cosmos DB entity.
OwnedItemBase
Base class for an item that has an owner. By default, the PartitionKey will be the same as the OwnerId.
ParentedItemBase
Base class for an item that has both an owner and a parent entity. Inherits from OwnedItemBase and adds ParentId and ParentDiscriminator properties.
Interfaces
ICosmosIdentity
Represents the basic properties of a Cosmos DB entity.
IOwnedItem
Interface for an item that has an owner.