Namespace: Consultingwerk
Interface 
IJsonObjectWalker Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Framework.TokenResolverJsonObjectWalker

Purpose: Callback method to process to given property of the JsonObject
Notes:



Top Method Summary
Options Name Purpose
+ LOGICAL ProcessJsonArrayElement (JsonArray, integer) Callback method to process to given element of the JsonArray
+ LOGICAL ProcessJsonProperty (JsonObject, character) Callback method to process to given property of the JsonObject


Method Detail
Top

PUBLIC LOGICAL ProcessJsonArrayElement (JsonArray, integer)

Purpose: Callback method to process to given element of the JsonArray
Notes:

Parameters:
poJsonArray Progress.Json.ObjectModel.JsonArray
The JsonArray to process of element of
piElementIndex INTEGER
The index of the element to process
Returns LOGICAL
Logical value indicating if the process should be cancelled
Top

PUBLIC LOGICAL ProcessJsonProperty (JsonObject, character)

Purpose: Callback method to process to given property of the JsonObject
Notes:

Parameters:
poJsonObject Progress.Json.ObjectModel.JsonObject
The JsonObject to process of property of
pcPropertyName CHARACTER
The name of the property to process
Returns LOGICAL
Logical value indicating if the process should be cancelled


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       08.12.2024 12:59:20