Interface IParentedItem
Inherited Members
IParentedItem<string>.ParentId
ITenantItem<string>.TenantId
IEntityIdentity<string>.Id
Namespace: Benday.CosmosDb.DomainModels
Assembly: Benday.CosmosDb.dll
Syntax
public interface IParentedItem : ITenantItem, ICosmosIdentity, IParentedItem<string>, ITenantItem<string>, IEntityIdentity<string>
Properties
| Edit this page View SourceParentEntityType
Entity type of the parent entity. Cosmos-specific discriminator.
Declaration
string ParentEntityType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |