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
파일 보기 프로젝트 열기: TrevorPilley/MicroLite

공개 메소드들

메소드 설명
CreateObjectInfo ( Type forType ) : IObjectInfo

비공개 메소드들

메소드 설명
CreateColumnInfos ( Type forType, IdentifierStrategy &identifierStrategy ) : List

메소드 상세

CreateObjectInfo() 공개 메소드

public CreateObjectInfo ( Type forType ) : IObjectInfo
forType System.Type
리턴 IObjectInfo