C# Class MicroLite.Mapping.ConventionMappingConvention

The implementation of IMappingConvention which uses a convention to map tables and columns to types and properties.
Inheritance: IMappingConvention
Mostrar archivo Open project: TrevorPilley/MicroLite Class Usage Examples

Public Methods

Method Description
CreateObjectInfo ( Type forType ) : IObjectInfo

Private Methods

Method Description
ConventionMappingConvention ( ConventionMappingSettings settings ) : System
CreateColumnInfos ( Type forType, IdentifierStrategy identifierStrategy ) : List

Method Details

CreateObjectInfo() public method

public CreateObjectInfo ( Type forType ) : IObjectInfo
forType System.Type
return IObjectInfo