-
Notifications
You must be signed in to change notification settings - Fork 16
Server APIs – Aras.IOME
Eric Domke edited this page Apr 6, 2020
·
1 revision
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();
}