C# Class SqlFu.Configuration.Internals.TableInfoFactory

Inheritance: ITableInfoFactory
Show file Open project: sapiens/SqlFu

Public Methods

Method Description
Add ( TableInfo info ) : void
AddNamingConvention ( bool>.Func match, TableName>.Func convention ) : void
GetInfo ( Type pocoType ) : TableInfo
TableInfoFactory ( IManageConverters converter ) : System

Private Methods

Method Description
GetName ( Type type ) : TableName

Method Details

Add() public method

public Add ( TableInfo info ) : void
info TableInfo
return void

AddNamingConvention() public method

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

GetInfo() public method

public GetInfo ( Type pocoType ) : TableInfo
pocoType System.Type
return TableInfo

TableInfoFactory() public method

public TableInfoFactory ( IManageConverters converter ) : System
converter IManageConverters
return System