C# Class Rebel.Framework.MetadataComposition

A base class for all meta data classes for use with MEF must derive from.
This is required for medium trust support and MEF, medium trust doesn't like when interfaces are used for metadata because of the dynamic classes it tries to create at runtime.
Inheritance: ICloneable
ファイルを表示 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
Clone ( ) : object

Protected Methods

Method Description
MetadataComposition ( object>.IDictionary obj ) : System

constructor, sets all properties of this object based on the dictionary values

Method Details

Clone() public method

public Clone ( ) : object
return object

MetadataComposition() protected method

constructor, sets all properties of this object based on the dictionary values
protected MetadataComposition ( object>.IDictionary obj ) : System
obj object>.IDictionary
return System