C# Class Crow.Library.Aspects.DBOperationAttributes.DBAspectAttributeBase

Base class for database related attributes.
Inheritance: System.Attribute
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode Description
Process ( IMethodInvocationContext context ) : void

Executes the aspect.

Method Details

Process() public abstract méthode

Executes the aspect.
public abstract Process ( IMethodInvocationContext context ) : void
context IMethodInvocationContext
Résultat void