Click or drag to resize

ConditionExpression Class

Base class for representing nodes in condition expression trees.
Inheritance Hierarchy
SystemObject
  NLog.ConditionsConditionExpression

Namespace:  NLog.Conditions
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public abstract class ConditionExpression

The ConditionExpression type exposes the following members.

Constructors
  NameDescription
Protected methodConditionExpression
Initializes a new instance of the ConditionExpression class
Top
Methods
  NameDescription
Public methodEvaluate
Evaluates the expression.
Protected methodEvaluateNode
Evaluates the expression.
Public methodToString
Returns a string representation of the expression.
(Overrides ObjectToString.)
Top
Operators
See Also