C# Класс MicroLite.Mapping.Attributes.AttributeMappingConvention

The implementation of IMappingConvention which uses attributes to map tables and columns to types and properties only maps if an attribute is present (opt-in).
Наследование: IMappingConvention
Показать файл Открыть проект

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

Метод Описание
CreateObjectInfo ( Type forType ) : IObjectInfo

Приватные методы

Метод Описание
CreateColumnInfos ( Type forType, IdentifierStrategy &identifierStrategy ) : List

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

CreateObjectInfo() публичный Метод

public CreateObjectInfo ( Type forType ) : IObjectInfo
forType System.Type
Результат IObjectInfo