Class OpenDIObject
Implementation of the Open DI DIObject
value type in World Modeler.
Inherited Members
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> |