C# 클래스 Crow.Library.Aspects.DBOperationAttributes.DBAspectAttributeBase

Base class for database related attributes.
상속: System.Attribute
파일 보기 프로젝트 열기: msusur/Crowfx

공개 메소드들

메소드 설명
Process ( IMethodInvocationContext context ) : void

Executes the aspect.

메소드 상세

Process() 공개 추상적인 메소드

Executes the aspect.
public abstract Process ( IMethodInvocationContext context ) : void
context IMethodInvocationContext
리턴 void