C# Класс Habanero.Smooth.ClassAutoMapperExtensions

Extension method so that the code for automappin an individual class can b more fluent.
Показать файл Открыть проект

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

Метод Описание
MapClass ( this type ) : IClassDef

Maps the Class of type to a ClassDef. Note_ this will not create the reverse relationships on the Related Class if they are required. If you require reverse relationships to be set up then please use the AllClassesAutoMapper

MustBeMapped ( this typeWrapper ) : bool

Must the Class wrapped by the typeWrapper be mapped.

Описание методов

MapClass() публичный статический Метод

Maps the Class of type to a ClassDef. Note_ this will not create the reverse relationships on the Related Class if they are required. If you require reverse relationships to be set up then please use the AllClassesAutoMapper
public static MapClass ( this type ) : IClassDef
type this
Результат IClassDef

MustBeMapped() публичный статический Метод

Must the Class wrapped by the typeWrapper be mapped.
public static MustBeMapped ( this typeWrapper ) : bool
typeWrapper this
Результат bool