C# Class NPoco.FluentPocoDataFactory

Inheritance: IPocoDataFactory
ファイルを表示 Open project: schotime/NPoco

Public Methods

Method Description
FluentPocoDataFactory ( Func resolver ) : System
ForObject ( object o, string primaryKeyName, bool autoIncrement ) : NPoco.PocoData
ForType ( Type type ) : NPoco.PocoData
TableInfoForType ( Type type ) : NPoco.TableInfo

Private Methods

Method Description
BaseClassFalbackPocoDataBuilder ( Type type ) : InitializedPocoDataBuilder

Method Details

FluentPocoDataFactory() public method

public FluentPocoDataFactory ( Func resolver ) : System
resolver Func
return System

ForObject() public method

public ForObject ( object o, string primaryKeyName, bool autoIncrement ) : NPoco.PocoData
o object
primaryKeyName string
autoIncrement bool
return NPoco.PocoData

ForType() public method

public ForType ( Type type ) : NPoco.PocoData
type System.Type
return NPoco.PocoData

TableInfoForType() public method

public TableInfoForType ( Type type ) : NPoco.TableInfo
type System.Type
return NPoco.TableInfo