Class GraphContextProvider
Inheritance
object
GraphContextProvider
Assembly: solution.dll
Syntax
public class GraphContextProvider : SingleDecoratorProvider<GraphReference, IGraphContext, GraphContextAttribute>
Properties
cache
Declaration
protected override bool cache { get; }
Property Value
Overrides
instance
Declaration
public static GraphContextProvider instance { get; }
Property Value
Methods
GetDecoratedType(GraphReference)
Declaration
protected override Type GetDecoratedType(GraphReference reference)
Parameters
Returns
Overrides
IsValid(GraphReference)
Declaration
public override bool IsValid(GraphReference reference)
Parameters
Returns
Overrides
Extension Methods