Interface IMetadataProvider
Extracts metadata about an object.
Namespace: IRM.Domain.Persistance
Assembly: IRM.dll
Syntax
public interface IMetadataProvider
Methods
GetMetadata(Object)
Gets metadata associated with the object.
Declaration
IDictionary<string, object> GetMetadata(object subject)
Parameters
Object
subject
The Object to extract metadata from. |
Returns
System.Collections.Generic.IDictionary<String, Object>
|