Class ObjectValue
Defines values that are composed of a collection of name-value pairs.
Assembly: WMServer.dll
Syntax
public class ObjectValue : CollectionElementValue
Constructors
ObjectValue()
Declaration
ObjectValue(Dictionary<string, ElementValue>)
Declaration
public ObjectValue(Dictionary<string, ElementValue> val)
Parameters
ObjectValue(Dictionary<string, object>)
Declaration
public ObjectValue(Dictionary<string, object> val)
Parameters
ObjectValue(JsonElement)
Declaration
public ObjectValue(JsonElement jElem)
Parameters
Properties
Value
Declaration
public Dictionary<string, ElementValue> Value { get; set; }
Property Value
Methods
FromTemplate(ObjectTemplate)
Create a new ObjectValue instance whose keys are defined by the supplied ObjectTemplate
Declaration
public static ObjectValue FromTemplate(ObjectTemplate template)
Parameters
Returns