C# Class FrameDAL.Core.EntityFactory

Inheritance: IInterceptor
Afficher le fichier Open project: vincentlauvlwj/FrameDAL

Méthodes publiques

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

Private Methods

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

Method Details

GetEntity() public static méthode

public static GetEntity ( Type entityType, bool enableLazy, bool enforceLazy ) : object
entityType System.Type
enableLazy bool
enforceLazy bool
Résultat object

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void