Interface IParentedItem
Inherited Members
Namespace: Benday.CosmosDb.DomainModels
Assembly: Benday.CosmosDb.dll
Syntax
public interface IParentedItem : IOwnedItem, ICosmosIdentity
Properties
| Edit this page View SourceParentDiscriminator
Discriminator/type of the parent entity
Declaration
string ParentDiscriminator { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentId
Parent ID in our system
Declaration
string ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |