C# Класс Rebel.Framework.TypeMapping.TypeMapperMetadata

Наследование: MetadataComposition
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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