C# Class XInject.Interceptors.ScopeInterceptor

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GenerateScopeId ( ) : int
GetRequiredInterfaces ( ) : IEnumerable
Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
ScopeInterceptor ( Context currentContext ) : System

Method Details

GenerateScopeId() public méthode

public GenerateScopeId ( ) : int
Résultat int

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

ScopeInterceptor() public méthode

public ScopeInterceptor ( Context currentContext ) : System
currentContext Context
Résultat System