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.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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