C# 클래스 FrameDAL.Core.EntityFactory

상속: IInterceptor
파일 보기 프로젝트 열기: vincentlauvlwj/FrameDAL

공개 메소드들

메소드 설명
GetEntity ( Type entityType, bool enableLazy, bool enforceLazy ) : object
Intercept ( IInvocation invocation ) : void

비공개 메소드들

메소드 설명
EntityFactory ( bool>.Dictionary initialized ) : System
NeedProxy ( PropertyInfo prop, bool enableLazy, bool enforceLazy ) : bool

메소드 상세

GetEntity() 공개 정적인 메소드

public static GetEntity ( Type entityType, bool enableLazy, bool enforceLazy ) : object
entityType System.Type
enableLazy bool
enforceLazy bool
리턴 object

Intercept() 공개 메소드

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
리턴 void