|
Options |
Name |
Purpose |
|
|
|
Consultingwerk.IPrimitiveHolder Add (character, IPrimitiveHolder)
|
Adds an item to the generic Dictionary
|
|
|
|
AddHolderToJsonObject (JsonObject, character, IPrimitiveHolder)
|
Adds a single holder value to the JsonObject
|
|
|
|
Consultingwerk.IPrimitiveHolder AddWhenNotContained (character, IPrimitiveHolder)
|
Adds an item to the generic Dictionary
|
|
|
|
CHARACTER BuildKey (character, character)
|
Returns the dictionary key for a field of a container
|
|
|
|
LOGICAL ContainsValue (character)
|
Returns whether the dictionary holds a value for the given key
|
|
|
|
Consultingwerk.CommonUi.UnboundValues FromJsonObject (JsonObject)
|
Returns an UnboundValues dictionary populated from a JsonObject
|
|
|
|
CHARACTER GetCharacterValue (character)
|
Returns the value for the given key as a CHARACTER value
|
|
|
|
DATETIME-TZ GetDateTimeTzValue (character)
|
Returns the value for the given key as a DATETIME-TZ value
|
|
|
|
DATETIME GetDateTimeValue (character)
|
Returns the value for the given key as a DATETIME value
|
|
|
|
DATE GetDateValue (character)
|
Returns the value for the given key as a DATE value
|
|
|
|
DECIMAL GetDecimalValue (character)
|
Returns the value for the given key as a DECIMAL value
|
|
|
|
Consultingwerk.IPrimitiveHolder GetHolder (character)
|
Returns the holder for the given key
|
|
|
|
INT64 GetInt64Value (character)
|
Returns the value for the given key as an INT64 value
|
|
|
|
INTEGER GetIntegerValue (character)
|
Returns the value for the given key as an INTEGER value
|
|
|
|
Consultingwerk.IPrimitiveHolder GetItem (character)
|
Retrieves an item from the generic Dictionary
|
|
|
|
Consultingwerk.IPrimitiveHolder GetItemOrNull (character)
|
Retrieves an item from the generic Dictionary
|
|
|
|
LOGICAL GetLogicalValue (character)
|
Returns the value for the given key as a LOGICAL value
|
|
|
|
DATE ParseIsoDate (character)
|
Returns the DATE value of an ISO 8601 date or date/time string
|
|
|
|
INTEGER ParseIsoMTime (character)
|
Returns the time of day of an ISO 8601 date/time string in
milliseconds
|
|
|
|
CHARACTER ResolveKey (character)
|
Returns the key of the dictionary matching the given key
|
|
|
|
Consultingwerk.IPrimitiveHolder SetValue (character, character)
|
Stores a CHARACTER value for the given key
|
|
|
|
Consultingwerk.IPrimitiveHolder SetValue (character, date)
|
Stores a DATE value for the given key
|
|
|
|
Consultingwerk.IPrimitiveHolder SetValue (character, datetime)
|
Stores a DATETIME value for the given key
|
|
|
|
Consultingwerk.IPrimitiveHolder SetValue (character, datetime-tz)
|
Stores a DATETIME-TZ value for the given key
|
|
|
|
Consultingwerk.IPrimitiveHolder SetValue (character, decimal)
|
Stores a DECIMAL value for the given key
|
|
|
|
Consultingwerk.IPrimitiveHolder SetValue (character, int64)
|
Stores an INT64 value for the given key
|
|
|
|
Consultingwerk.IPrimitiveHolder SetValue (character, integer)
|
Stores an INTEGER value for the given key
|
|
|
|
Consultingwerk.IPrimitiveHolder SetValue (character, IPrimitiveHolder)
|
Stores a value for the given key
|
|
|
|
Consultingwerk.IPrimitiveHolder SetValue (character, logical)
|
Stores a LOGICAL value for the given key
|
|
|
|
Progress.Json.ObjectModel.JsonObject ToJsonObject ()
|
Returns the dictionary as a JsonObject
|