C# Class NPoco.FluentPocoDataFactory

Inheritance: IPocoDataFactory
Afficher le fichier Open project: schotime/NPoco

Méthodes publiques

Méthode 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

Méthode Description
BaseClassFalbackPocoDataBuilder ( Type type ) : InitializedPocoDataBuilder

Method Details

FluentPocoDataFactory() public méthode

public FluentPocoDataFactory ( Func resolver ) : System
resolver Func
Résultat System

ForObject() public méthode

public ForObject ( object o, string primaryKeyName, bool autoIncrement ) : NPoco.PocoData
o object
primaryKeyName string
autoIncrement bool
Résultat NPoco.PocoData

ForType() public méthode

public ForType ( Type type ) : NPoco.PocoData
type System.Type
Résultat NPoco.PocoData

TableInfoForType() public méthode

public TableInfoForType ( Type type ) : NPoco.TableInfo
type System.Type
Résultat NPoco.TableInfo