Метод | Описание | |
---|---|---|
ConditionMethodExpression ( string conditionMethodName, |
Initializes a new instance of the ConditionMethodExpression class.
|
|
ToString ( ) : string |
Returns a string representation of the expression.
|
Метод | Описание | |
---|---|---|
EvaluateNode ( LogEventInfo context ) : object |
Evaluates the expression.
|
public ConditionMethodExpression ( string conditionMethodName, |
||
conditionMethodName | string | Name of the condition method. |
methodInfo | ||
methodParameters | IEnumerable |
The method parameters. |
Результат | System |
protected EvaluateNode ( LogEventInfo context ) : object | ||
context | LogEventInfo | Evaluation context. |
Результат | object |