C# 클래스 MicroLite.Mapping.ConventionMappingConvention

The implementation of IMappingConvention which uses a convention to map tables and columns to types and properties.
상속: IMappingConvention
파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
ConventionMappingConvention ( ConventionMappingSettings settings ) : System
CreateColumnInfos ( Type forType, IdentifierStrategy identifierStrategy ) : List

메소드 상세

CreateObjectInfo() 공개 메소드

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