Interface IDataModelWithKey
Defines the basic behavior for a Domain Model object with an identifying key
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public interface IDataModelWithKey
Properties
Key
Readonly property to get the untyped key of the object
Declaration
object Key { get; set; }
Property Value
System.Object
|