MacroField Constructor |
Name | Description | |
---|---|---|
![]() | MacroField(String, Func<Object>, Func<EvaluationContext, Boolean>) |
Creates new instance with value evaluator which does not need a context.
|
![]() | MacroField(String, Func<EvaluationContext, Object>, Func<EvaluationContext, Boolean>) |
Creates new instance with value evaluator which needs a context.
|