PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Transactions.​ModelPolicy­Configuration­ModelIf
Open sandboxFocus

PolicyConfigurationModel.If Property

If

A C# predicate mapping a parameter t to a bool that determines whether the current policy matches the transaction t. The type of t is OpenTransactionExpressionModel<T>, which is a generic type. The generic type argument, and the type of the Request property, depends on the type of transaction, i.e. on the Type attribute. When the transaction type is AspNetCoreRequest, the expression model type is AspNetCoreRequestExpressionModel. In case of custom transactions, the type is the value of the expression model specified in the LogEventMetadata. This expression can call Matches(String, String) to evaluate a regular expression.

Declaration
public string If { get; }
Property Value
Type Description
System.String