Interface IMetadata
- Namespace
- Savvyio
- Assembly
- Savvyio.Core.dll
Defines a generic way to associate metadata with any type of object.
public interface IMetadata
- Extension Methods
Properties
Metadata
Gets the associated metadata of this instance.
IMetadataDictionary Metadata { get; }
Property Value
- IMetadataDictionary
The associated metadata of this instance.