C# 클래스 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.
상속: ICloneable
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
Clone ( ) : object

보호된 메소드들

메소드 설명
MetadataComposition ( object>.IDictionary obj ) : System

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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

MetadataComposition() 보호된 메소드

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