C# Class AwesomeSauce.RootContext

Inheritance: IContext
Datei anzeigen Open project: rauhryan/awesomesauce Class Usage Examples

Public Methods

Method Description
GetChildContext ( Type type, PropertyInfo property, Func idFinder ) : IContext
RootContext ( ) : System

Private Methods

Method Description
RootContext ( IContext parentContext, Type type, PropertyInfo property, Func idFinder ) : System

Method Details

GetChildContext() public method

public GetChildContext ( Type type, PropertyInfo property, Func idFinder ) : IContext
type System.Type
property System.Reflection.PropertyInfo
idFinder Func
return IContext

RootContext() public method

public RootContext ( ) : System
return System