|
Options |
Name |
Purpose |
|
|
Progress.Json.ObjectModel.JsonObject GetOperationJson (JsonObject, character, MethodEnum)
|
|
|
|
Progress.Json.ObjectModel.JsonObject GetSchemaJson (JsonObject, character)
|
|
|
|
Progress.Json.ObjectModel.JsonObject GetServiceJson (DataObjectService)
|
|
|
|
Open ()
|
|
|
|
Progress.Json.ObjectModel.JsonArray WriteArgumentWriters (BuilderRegistry)
|
/* Writes the Operation Cookies into JSON
@param OperationOptions A set of options
@return JsonArray */
|
|
|
WriteEntityOperation (MappedOperation, JsonObject)
|
/* Writes the contents of anh ENTITY operation to the JSON
@param MappedOperation The operation to write
@param JsonObject The JSON output */
|
|
|
WriteFileOperation (MappedOperation, JsonObject)
|
/* Writes the contents of a FILE operation to the JSON
@param MappedOperation The operation to write
@param JsonObject The JSON output */
|
|
|
Progress.Json.ObjectModel.JsonConstruct WriteMessageElement (OperationParameter)
|
/* Builds the appropriate JSON for a parameter's messgae element(s)
@param OperationParameter
@return JsonConstruct Either unknown, or a JsonObject or JsonArray */
|
|
|
WriteOperation (DataObjectService, MappedOperation)
|
/* Writes a single MappedOperation
@param DataObjectService The current service
@param MappedOperation The service operation to write */
|
|
|
Progress.Json.ObjectModel.JsonArray WriteOperationCookies (CookieCollection)
|
/* Writes the Operation Cookies into JSON
@param OperationOptions A set of options
@return JsonArray */
|
|
|
Progress.Json.ObjectModel.JsonObject WriteOperationHeaders (HttpHeaderCollection)
|
/* Writes the Operation Headers into JSON
@param OperationOptions A set of options
@return JsonObject The JSON data */
|
|
|
Progress.Json.ObjectModel.JsonObject WriteOperationOptions (OperationOptions)
|
/* Writes the Operation options into JSON
@param OperationOptions A set of options
@return JsonObject */
|
|
|
WriteSchema (DataObjectService, handle)
|
/* Writes a single schema
@param DataObjectService The current service
@param handle The service schema to write */
|
|
|
Progress.Json.ObjectModel.JsonObject WriteSchemaTable (handle)
|
/* Writes schema data for a table
@param handle The schema to write */
|
|
|
WriteService (DataObjectService)
|
/* Writes a single Data Object Service
@param DataObjectService The service to write */
|
|
|
WriteUnknownOperation (MappedOperation, JsonObject)
|
/* Writes the contents of an unknown (undefined) operation to the JSON
@param MappedOperation The operation to write
@param JsonObject The JSON output */
|
|
|
Progress.Json.ObjectModel.JsonObject WriteVoidOperation (MappedOperation, JsonObject)
|
/* Writes the contents of a VOID operation to the JSON
@param MappedOperation The operation to write
@param JsonObject The JSON output */
|