C# Класс Project.Aop.Aspects.Aspect

Abstract class to wrap Castle Windsor's IInterceptor to only fire if the method or class is decorated with this attribute.
Наследование: System.Attribute, IInterceptor
Показать файл Открыть проект

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

Метод Описание
Intercept ( IInvocation invocation ) : void
ProcessInvocation ( IInvocation invocation ) : void

Приватные методы

Метод Описание
CanIntercept ( IInvocation invocation, Type type ) : bool

Determine if the intercepted class or method is decorated with the current attribute Classes decorated will process if decorated on ALL methods Methods decorated will process if decorate

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

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

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Результат void

ProcessInvocation() публичный абстрактный Метод

public abstract ProcessInvocation ( IInvocation invocation ) : void
invocation IInvocation
Результат void