Table of Contents

Interface IDataModelParent

Namespace
PnP.Core.Model
Assembly
PnP.Core.dll

Interface to implement parent concept on all model objects

public interface IDataModelParent

Properties

Parent

Represents the parent of the current domain model object

IDataModelParent Parent { get; set; }

Property Value

IDataModelParent