C# Class Net.Graph.Neo4JD.EntityMapper.LazyLoadInterceptor

Inheritance: IInterceptor
Exibir arquivo Open project: sonyarouje/Neo4jD Class Usage Examples

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

Private Methods

Method Description
DoLazyLoad ( Type type, object entity, string propertyName ) : object

Method Details

Intercept() public method

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