4 - Fixed bug reported on the Forum (when a
\r
5 component was configured using the component's node, no interceptor
\r
8 - Refactored to support configuration and attributes. For example
\r
11 public class MyTransactionalComponent
\r
14 public virtual void Save()
\r
23 type="MyTransactionalComponent, MyAssembly"
\r
24 isTransactional="true">
\r
27 <method name="Save" />
\r
32 You can also specify the transaction mode and isolation:
\r
35 <method name="Save" transactionMode="Requires" isolationLevel="Chaos" />
\r