Table of Contents

Interface IDataModelWithKey

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

Defines the basic behavior for a Domain Model object with an identifying key

public interface IDataModelWithKey

Properties

Key

Readonly property to get the untyped key of the object

object Key { get; set; }

Property Value

object