Show / Hide Table of Contents

Class OpenDIObject

Implementation of the Open DI DIObject value type in World Modeler.

Inheritance
object
OpenDIValue
OpenDIObject
Inherited Members
OpenDIValue.DINull
OpenDIValue.DINumber
OpenDIValue.DIDateTime
OpenDIValue.DIString
OpenDIValue.DIBoolean
OpenDIValue.DIObject
OpenDIValue.DIArray
OpenDIValue.type
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 OpenDIObject : OpenDIValue

Constructors

OpenDIObject(ElementValue)

Declaration
public OpenDIObject(ElementValue val)
Parameters
Type Name Description
ElementValue val

OpenDIObject(Dictionary<string, object>)

Declaration
public OpenDIObject(Dictionary<string, object> vals)
Parameters
Type Name Description
Dictionary<string, object> vals

Properties

value

Declaration
public Dictionary<string, OpenDIValue> value { 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