C# Class ExoGraph.Injection.InjectionGraphTypeProvider

Implementation of GraphContext that injects logic into compiled assemblies to monitor graph changes.
Inheritance: ReflectionGraphTypeProvider
Mostrar archivo Open project: vc3/ExoModel Class Usage Examples

Public Methods

Method Description
InjectionGraphTypeProvider ( ) : System
InjectionGraphTypeProvider ( IEnumerable types ) : System
InjectionGraphTypeProvider ( string @namespace ) : System
InjectionGraphTypeProvider ( string @namespace, IEnumerable types ) : System

Private Methods

Method Description
GetInstanceAspect ( ) : CompositionAspect
GetOnPropertyGetAspect ( PropertyInfo property ) : OnMethodBoundaryAspect
GetOnPropertySetAspect ( PropertyInfo property ) : OnMethodBoundaryAspect
GetTypes ( ) : IEnumerable

Method Details

InjectionGraphTypeProvider() public method

public InjectionGraphTypeProvider ( ) : System
return System

InjectionGraphTypeProvider() public method

public InjectionGraphTypeProvider ( IEnumerable types ) : System
types IEnumerable
return System

InjectionGraphTypeProvider() public method

public InjectionGraphTypeProvider ( string @namespace ) : System
@namespace string
return System

InjectionGraphTypeProvider() public method

public InjectionGraphTypeProvider ( string @namespace, IEnumerable types ) : System
@namespace string
types IEnumerable
return System