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
Afficher le fichier Open project: TrevorPilley/MicroLite

Méthodes publiques

Méthode Description
CreateObjectInfo ( Type forType ) : IObjectInfo

Private Methods

Méthode Description
CreateColumnInfos ( Type forType, IdentifierStrategy &identifierStrategy ) : List

Method Details

CreateObjectInfo() public méthode

public CreateObjectInfo ( Type forType ) : IObjectInfo
forType System.Type
Résultat IObjectInfo