Click or drag to resize

EvaluatorGroupCreateEvaluator Method

Overload List
  NameDescription
Public methodCreateEvaluatorTEvaluator(EvaluatorGroupCallback0TEvaluator)
Creates an evaluator in the context of this evaluator group by invoking a callback, if the evaluator does not already exist in the group.
Public methodCreateEvaluatorTEvaluator, TParameter1(EvaluatorGroupCallback1TEvaluator, TParameter1, TParameter1)
Creates an evaluator in the context of this evaluator group by invoking a callback, if the evaluator does not already exist in the group.
Public methodCreateEvaluatorTEvaluator, TParameter1, TParameter2(EvaluatorGroupCallback2TEvaluator, TParameter1, TParameter2, TParameter1, TParameter2)
Creates an evaluator in the context of this evaluator group by invoking a callback, if the evaluator does not already exist in the group.
Public methodCreateEvaluatorTEvaluator, TParameter1, TParameter2, TParameter3(EvaluatorGroupCallback3TEvaluator, TParameter1, TParameter2, TParameter3, TParameter1, TParameter2, TParameter3)
Creates an evaluator in the context of this evaluator group by invoking a callback, if the evaluator does not already exist in the group.
Public methodCreateEvaluatorTEvaluator, TParameter1, TParameter2, TParameter3, TParameter4(EvaluatorGroupCallback4TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4, TParameter1, TParameter2, TParameter3, TParameter4)
Creates an evaluator in the context of this evaluator group by invoking a callback, if the evaluator does not already exist in the group.
Public methodCreateEvaluatorTEvaluator, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5(EvaluatorGroupCallback5TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5)
Creates an evaluator in the context of this evaluator group by invoking a callback, if the evaluator does not already exist in the group.
Top
See Also