C# Class AwesomeSauce.RootContext

Inheritance: IContext
Afficher le fichier Open project: rauhryan/awesomesauce Class Usage Examples

Méthodes publiques

Méthode Description
GetChildContext ( Type type, PropertyInfo property, Func idFinder ) : IContext
RootContext ( ) : System

Private Methods

Méthode Description
RootContext ( IContext parentContext, Type type, PropertyInfo property, Func idFinder ) : System

Method Details

GetChildContext() public méthode

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

RootContext() public méthode

public RootContext ( ) : System
Résultat System