Server APIs – Aras.IOME - erdomke/Innovator.Client GitHub Wiki
Aras.Server.Core v12.0.0.17204
Inheritance object → Evaluator
public class Evaluator
{
// Constructors
public Evaluator(CallContext callContext);
// Methods
public Type DoCompile(string methodId);
[Obsolete(@"Obsolete starting from 9.3 SP5. Use GetMethodConfig instead.", false)]
public XmlDocument get_method_config();
public XmlDocument GetMethodConfig();
}