ConditionExpression Class |
Namespace: NLog.Conditions
The ConditionExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| ConditionExpression | Initializes a new instance of the ConditionExpression class |
| Name | Description | |
|---|---|---|
| Evaluate |
Evaluates the expression.
| |
| EvaluateNode |
Evaluates the expression.
| |
| ToString |
Returns a string representation of the expression.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| (String to ConditionExpression) |
Converts condition text to a condition expression tree.
|