Class ParentedItemBase
Base class for an item that has both a tenant and a parent entity. Inherits from TenantItemBase and adds ParentId and ParentEntityType properties.
Inherited Members
Namespace: Benday.CosmosDb.DomainModels
Assembly: Benday.CosmosDb.dll
Syntax
public abstract class ParentedItemBase : TenantItemBase, IBlobOwner, IParentedItem, ITenantItem, ICosmosIdentity, IParentedItem<string>, ITenantItem<string>, IEntityIdentity<string>
Properties
| Edit this page View SourceParentEntityType
Entity type of the parent entity
Declaration
public abstract string ParentEntityType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentId
Parent ID in our system
Declaration
public string ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Benday.Common.Interfaces.IBlobOwner
Benday.Common.Interfaces.IParentedItem<TKey>
Benday.Common.Interfaces.ITenantItem<TKey>
Benday.Common.Interfaces.IEntityIdentity<TKey>