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: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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