Interface IMetadataExtensible
Defines the very basic interface for every object that is provided with metadata eventually with deferred loading
public interface IMetadataExtensible
Properties
Metadata
Dictionary to access the domain model object Metadata
Dictionary<string, string> Metadata { get; }