C# Class Rebel.Framework.TypeMapping.TypeMapperMetadata

Inheritance: MetadataComposition
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

TypeMapperMetadata() public méthode

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

TypeMapperMetadata() public méthode

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].
Résultat System

TypeMapperMetadata() public méthode

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].
Résultat System