Show / Hide Table of Contents

Class OpenDIResult

Format for returning results of execution. Includes both the input arguments, and the calculated results.

Inheritance
object
OpenDIResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.OpenDI
Assembly: WMServer.dll
Syntax
public class OpenDIResult

Constructors

OpenDIResult(EvaluationArgs, ElementValue, string, string, int)

Declaration
public OpenDIResult(EvaluationArgs procArgs, ElementValue procResult, string dmID, string procID, int idx)
Parameters
Type Name Description
EvaluationArgs procArgs
ElementValue procResult
string dmID
string procID
int idx

Properties

arguments

Declaration
public Dictionary<string, object> arguments { get; set; }
Property Value
Type Description
Dictionary<string, object>

decisionModelID

Declaration
public string decisionModelID { get; set; }
Property Value
Type Description
string

index

The index of the result in the set.

Declaration
public int index { get; set; }
Property Value
Type Description
int

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
Type Description
Dictionary<string, object>

results

Declaration
public Dictionary<string, OpenDIValue> results { get; set; }
Property Value
Type Description
Dictionary<string, OpenDIValue>
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE