C# 클래스 Rebel.Framework.TypeMapping.TypeMapperMetadata

상속: MetadataComposition
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

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

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

TypeMapperMetadata ( Type fromType, Type toType ) : System

Constructor sets permitTypeInheritance to false by default

TypeMapperMetadata ( Type fromType, Type toType, bool permitTypeInheritance ) : System

constructor, sets all properties of this object based parameter values

TypeMapperMetadata ( bool metadataGeneratedByMapper ) : System

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

메소드 상세

TypeMapperMetadata() 공개 메소드

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

TypeMapperMetadata() 공개 메소드

Constructor sets permitTypeInheritance to false by default
public TypeMapperMetadata ( Type fromType, Type toType ) : System
fromType System.Type
toType System.Type
리턴 System

TypeMapperMetadata() 공개 메소드

constructor, sets all properties of this object based parameter values
public TypeMapperMetadata ( Type fromType, Type toType, bool permitTypeInheritance ) : System
fromType System.Type From type.
toType System.Type To type.
permitTypeInheritance bool if set to true [permit type inheritance].
리턴 System

TypeMapperMetadata() 공개 메소드

constructor, sets all properties of this object based on the dictionary values
public TypeMapperMetadata ( bool metadataGeneratedByMapper ) : System
metadataGeneratedByMapper bool if set to true [metadata generated by mapper].
리턴 System