Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MicroLite
Mapping
Attributes
AttributeMappingConvention
C# Class 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).
Inheritance:
IMappingConvention
Exibir arquivo
Open project: TrevorPilley/MicroLite
Public Methods
Method
Description
CreateObjectInfo
(
Type
forType
) :
IObjectInfo
Private Methods
Method
Description
CreateColumnInfos
(
Type
forType
,
IdentifierStrategy
&
identifierStrategy
) :
List
Method Details
CreateObjectInfo()
public
method
public
CreateObjectInfo
(
Type
forType
) :
IObjectInfo
forType
System.Type
return
IObjectInfo