Show / Hide Table of Contents

Interface IParentedItem

Inherited Members
IOwnedItem.OwnerId
ICosmosIdentity.Id
ICosmosIdentity.PartitionKey
ICosmosIdentity.TimestampUnixStyle
ICosmosIdentity.Timestamp
ICosmosIdentity.Etag
ICosmosIdentity.DiscriminatorValue
Namespace: Benday.CosmosDb.DomainModels
Assembly: Benday.CosmosDb.dll
Syntax
public interface IParentedItem : IOwnedItem, ICosmosIdentity

Properties

| Edit this page View Source

ParentDiscriminator

Discriminator/type of the parent entity

Declaration
string ParentDiscriminator { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ParentId

Parent ID in our system

Declaration
string ParentId { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com