Top Method Summary
Options Name Purpose
Progress.Json.ObjectModel.JsonObject Add (character, JsonObject) Adds an item to the generic Dictionary
Progress.Json.ObjectModel.JsonObject AddWhenNotContained (character, JsonObject) Adds an item to the generic Dictionary
Progress.Json.ObjectModel.JsonObject GetItem (character) Retrieves an item from the generic Dictionary
Progress.Json.ObjectModel.JsonObject GetItemOrNull (character) Retrieves an item from the generic Dictionary


Method Detail
Top

Progress.Json.ObjectModel.JsonObject Add (character, JsonObject)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Progress.Json.ObjectModel.JsonObject
And item of the Lists member type
Returns Progress.Json.ObjectModel.JsonObject
The item that was added to the List
Top

Progress.Json.ObjectModel.JsonObject AddWhenNotContained (character, JsonObject)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Progress.Json.ObjectModel.JsonObject
And item of the Lists member type
Returns Progress.Json.ObjectModel.JsonObject
The item that was added to the List
Top

Progress.Json.ObjectModel.JsonObject GetItem (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Progress.Json.ObjectModel.JsonObject
The item of the Lists member type
Top

Progress.Json.ObjectModel.JsonObject GetItemOrNull (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object
This method does not fail when the key is not valid

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Progress.Json.ObjectModel.JsonObject
The item of the Lists member type


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:05:36