C# 클래스 NPoco.FluentPocoDataFactory

상속: IPocoDataFactory
파일 보기 프로젝트 열기: schotime/NPoco

공개 메소드들

메소드 설명
FluentPocoDataFactory ( Func resolver ) : System
ForObject ( object o, string primaryKeyName, bool autoIncrement ) : NPoco.PocoData
ForType ( Type type ) : NPoco.PocoData
TableInfoForType ( Type type ) : NPoco.TableInfo

비공개 메소드들

메소드 설명
BaseClassFalbackPocoDataBuilder ( Type type ) : InitializedPocoDataBuilder

메소드 상세

FluentPocoDataFactory() 공개 메소드

public FluentPocoDataFactory ( Func resolver ) : System
resolver Func
리턴 System

ForObject() 공개 메소드

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

ForType() 공개 메소드

public ForType ( Type type ) : NPoco.PocoData
type System.Type
리턴 NPoco.PocoData

TableInfoForType() 공개 메소드

public TableInfoForType ( Type type ) : NPoco.TableInfo
type System.Type
리턴 NPoco.TableInfo