C# Class ExoGraph.Injection.InjectionGraphTypeProvider.InjectionGraphType

Inheritance: ReflectionGraphType
Mostrar archivo Open project: vc3/ExoModel

Public Methods

Method Description
GetGraphInstance ( object instance ) : GraphInstance

Protected Methods

Method Description
InjectionGraphType ( string @namespace, Type type, string scope ) : System

Method Details

GetGraphInstance() public method

public GetGraphInstance ( object instance ) : GraphInstance
instance object
return GraphInstance

InjectionGraphType() protected method

protected InjectionGraphType ( string @namespace, Type type, string scope ) : System
@namespace string
type System.Type
scope string
return System