Show / Hide Table of Contents

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>

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX