C# Класс XInject.Interceptors.ScopeInterceptor

Наследование: IInterceptionBehavior
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GenerateScopeId ( ) : int
GetRequiredInterfaces ( ) : IEnumerable
Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
ScopeInterceptor ( Context currentContext ) : System

Описание методов

GenerateScopeId() публичный Метод

public GenerateScopeId ( ) : int
Результат int

GetRequiredInterfaces() публичный Метод

public GetRequiredInterfaces ( ) : IEnumerable
Результат IEnumerable

Invoke() публичный Метод

public Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
input IMethodInvocation
getNext GetNextInterceptionBehaviorDelegate
Результат IMethodReturn

ScopeInterceptor() публичный Метод

public ScopeInterceptor ( Context currentContext ) : System
currentContext Context
Результат System