C# Класс Cedar.Framework.AuditTrail.Interception.AuditTrailCallHandler

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

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

Метод Описание
AuditTrailCallHandler ( string functionName ) : System

Create a new AuditTrailCallHandler

AuditTrailCallHandler ( string functionName, int order ) : System

Create a new AuditTrailCallHandler

Invoke ( IMethodInvocation input, GetNextHandlerDelegate getNext ) : IMethodReturn

Invoking the Audit Trail related operation.

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

Метод Описание
Log ( IMethodInvocation input, IMethodReturn methodReturn ) : void

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

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

Create a new AuditTrailCallHandler
public AuditTrailCallHandler ( string functionName ) : System
functionName string The name of the function to audit.
Результат System

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

Create a new AuditTrailCallHandler
public AuditTrailCallHandler ( string functionName, int order ) : System
functionName string The name of the function to audit.
order int The order in which the handler will be executed.
Результат System

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

Invoking the Audit Trail related operation.
public Invoke ( IMethodInvocation input, GetNextHandlerDelegate getNext ) : IMethodReturn
input IMethodInvocation Method Invocation Message.
getNext GetNextHandlerDelegate /// A GetNextHandlerDelegate object delegating the invocation to the next CallHandler or Target /// instance. ///
Результат IMethodReturn