C# 클래스 MicroLite.Mapping.ConventionMappingSettings

A class containing the default convention mapping settings
파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

보호된 메소드들

메소드 설명
GetColumnName ( PropertyInfo propertyInfo ) : string

Gets the column name for the specified PropertyInfo using the default convention settings.

GetTableName ( Type type ) : string

Gets the table name for the specified Type using the default contention settings.

비공개 메소드들

메소드 설명
ConventionMappingSettings ( ) : System

메소드 상세

GetColumnName() 보호된 정적인 메소드

Gets the column name for the specified PropertyInfo using the default convention settings.
protected static GetColumnName ( PropertyInfo propertyInfo ) : string
propertyInfo System.Reflection.PropertyInfo The property info for the property.
리턴 string

GetTableName() 보호된 정적인 메소드

Gets the table name for the specified Type using the default contention settings.
protected static GetTableName ( Type type ) : string
type System.Type The type for the class.
리턴 string