ITransactionPolicy Interface |
Namespace: PostSharp.Patterns.Diagnostics.Transactions
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.10.14.0 (6.10.14.0)
public interface ITransactionPolicy
The ITransactionPolicy type exposes the following members.
Name | Description | |
---|---|---|
Name |
Gets the policy name. This is optional but useful for debugging and diagnostics.
| |
Verbosity |
Specifies the verbosity of logging for all transactions assigned to this policy.
|
Name | Description | |
---|---|---|
EvaluateExtendedCloseExpression<T> |
Evaluates an expression defined as an extended property (typically an XML attribute) where
the argument of the expression in an CloseTransactionExpressionModel.
| |
EvaluateExtendedOpenExpression<T> |
Evaluates an expression defined as an extended property (typically an XML attribute) where
the argument of the expression in an OpenTransactionExpressionModel.
| |
GetExtendedProperty |
Gets an extended property defined by the policy (typically an XML attribute) and specific to the back-end.
|