Method | Description | |
---|---|---|
Intercept ( IInvocation invocation ) : void |
Intercepts the specified invocation and creates a transaction if necessary.
|
|
SetInterceptedComponentModel ( |
Sets the intercepted component's ComponentModel.
|
|
TransactionInterceptor ( IKernel kernel, |
Initializes a new instance of the TransactionInterceptor class.
|
public Intercept ( IInvocation invocation ) : void | ||
invocation | IInvocation | The invocation. |
return | void |
public SetInterceptedComponentModel ( |
||
target | The target's ComponentModel | |
return | void |
public TransactionInterceptor ( IKernel kernel, |
||
kernel | IKernel | The kernel. |
infoStore | The info store. | |
return | System |