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
Mostrar archivo 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