Class OpenDIResult
Format for returning results of execution. Includes both the input arguments, and the calculated result.
Assembly: WMServer.dll
Syntax
public class OpenDIResult
Constructors
OpenDIResult(EvaluationArgs, ElementValue, string, string)
Declaration
public OpenDIResult(EvaluationArgs procArgs, ElementValue procResult, string dmID, string procID)
Parameters
Properties
argument
Declaration
public OpenDIObject argument { get; set; }
Property Value
decisionModelID
Declaration
public string decisionModelID { get; set; }
Property Value
processorID
Declaration
public string processorID { get; set; }
Property Value
properties
Object containing properties associated with the object that are not specified by the Open DI standard.
Open DI places no restrictions on what these are named, or their content.
Declaration
public Dictionary<string, object> properties { get; set; }
Property Value
result
Declaration
public OpenDIObject result { get; set; }
Property Value