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
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
Clone ( ) : object

Méthodes protégées

Méthode Description
MetadataComposition ( object>.IDictionary obj ) : System

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

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

MetadataComposition() protected méthode

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