C# Class FrameDAL.Core.EntityFactory

Inheritance: IInterceptor
ファイルを表示 Open project: vincentlauvlwj/FrameDAL

Public Methods

Method Description
GetEntity ( Type entityType, bool enableLazy, bool enforceLazy ) : object
Intercept ( IInvocation invocation ) : void

Private Methods

Method Description
EntityFactory ( bool>.Dictionary initialized ) : System
NeedProxy ( PropertyInfo prop, bool enableLazy, bool enforceLazy ) : bool

Method Details

GetEntity() public static method

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

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void