C# 클래스 SqlFu.Configuration.Internals.TableInfoFactory

상속: ITableInfoFactory
파일 보기 프로젝트 열기: sapiens/SqlFu

공개 메소드들

메소드 설명
Add ( TableInfo info ) : void
AddNamingConvention ( bool>.Func match, TableName>.Func convention ) : void
GetInfo ( Type pocoType ) : TableInfo
TableInfoFactory ( IManageConverters converter ) : System

비공개 메소드들

메소드 설명
GetName ( Type type ) : TableName

메소드 상세

Add() 공개 메소드

public Add ( TableInfo info ) : void
info TableInfo
리턴 void

AddNamingConvention() 공개 메소드

public AddNamingConvention ( bool>.Func match, TableName>.Func convention ) : void
match bool>.Func
convention TableName>.Func
리턴 void

GetInfo() 공개 메소드

public GetInfo ( Type pocoType ) : TableInfo
pocoType System.Type
리턴 TableInfo

TableInfoFactory() 공개 메소드

public TableInfoFactory ( IManageConverters converter ) : System
converter IManageConverters
리턴 System