Interface IMetadataExtensible
Defines the very basic interface for every object that is provided with metadata eventually with deferred loading
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public interface IMetadataExtensible
Properties
Metadata
Dictionary to access the domain model object Metadata
Declaration
Dictionary<string, string> Metadata { get; }
Property Value
Dictionary<System.String, System.String>
|