C# Class XInject.Interceptors.DependenciesManagementBehavior

Inheritance: IInterceptionBehavior
Afficher le fichier Open project: radixeng/XInject

Private Properties

Свойство Type Description
BehaviorsFromAspects IInterceptionBehavior[]
InjectDependency void
ResolveTypes System.Type

Méthodes publiques

Méthode Description
DependenciesManagementBehavior ( Context context ) : System
GetRequiredInterfaces ( ) : IEnumerable
Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn

Private Methods

Méthode Description
BehaviorsFromAspects ( List aspects ) : IInterceptionBehavior[]
InjectDependency ( IMethodInvocation input, PropertyInfo property, AutowiredAttribute inject, Type abstractType ) : void
ResolveTypes ( String url, Type abstractType ) : Type

Method Details

DependenciesManagementBehavior() public méthode

public DependenciesManagementBehavior ( Context context ) : System
context Context
Résultat System

GetRequiredInterfaces() public méthode

public GetRequiredInterfaces ( ) : IEnumerable
Résultat IEnumerable

Invoke() public méthode

public Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
input IMethodInvocation
getNext GetNextInterceptionBehaviorDelegate
Résultat IMethodReturn