Business Logic Toolkit for .NET
www.bltoolkit.net
|  Home   |  Download   |  Documentation   |  Discussions   |  License   |

  Source.Aspects.InterceptType.cs

 
using System;

namespace BLToolkit.Aspects
{
    [Flags]
    public enum InterceptType
    {
        BeforeCall = 0x01,
        AfterCall  = 0x02,
        OnCatch    = 0x04,
        OnFinally  = 0x08
    }
}
 
© 2010 www.bltoolkit.net
support@bltoolkit.net