C# Class Rebel.Framework.TypeMapping.TypeMapperMetadata

Inheritance: MetadataComposition
Show file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
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

Method Details

TypeMapperMetadata() public method

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

TypeMapperMetadata() public method

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

TypeMapperMetadata() public method

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].
return System

TypeMapperMetadata() public method

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].
return System