Namespace: OpenEdge.BusinessLogic
Class
GetDataResponse
Parent classes:
Inherits: Progress.Lang.Object
Implements: Ccs.BusinessLogic.IGetDataResponse, OpenEdge.Core.Json.IJsonSerializer

/* *************************************************************************************************************************
Copyright (c) 2018-2020 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:GetDataResponse
Author(s):pjudge
Created:2018-06-15
/* Returns the custom response object




Method Summary
Options Name Purpose
FromJson (JsonConstruct) /* Deserializes this object from JSON. @param JsonConstruct This object represented as JSON */
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct () /* Serializes this object to JSON - The tablerequest array is serialized in - the CustomResponse object is serialized using standard OE-serialzation @return JsonConstruct a JSON Object representation of this object */

Constructor Summary
Options Name Purpose
GetDataResponse () /* Default constructor */
GetDataResponse (IGetDataTableResponse[]) /* Constructor @param IGetDataTableResponse A positive number, representing the number of tables in this response */
GetDataResponse (integer) /* Constructor @param integer A positive number, representing the number of tables in this response */

Property Summary
Options Name Purpose
Progress.Lang.Object CustomResponse
Ccs.BusinessLogic.IGetDataTableResponse TableResponses


Method Detail
Top

FromJson (JsonConstruct)

/* Deserializes this object from JSON.
Parameters:
pJson Progress.Json.ObjectModel.JsonConstruct
Top

Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()

/* Serializes this object to JSON
- The tablerequest array is serialized in
- the CustomResponse object is serialized using standard OE-serialzation
Returns Progress.Json.ObjectModel.JsonConstruct
JsonConstruct a JSON Object representation of this object


Constructor Detail
Top

GetDataResponse ()

/* Default constructor
Top

GetDataResponse (IGetDataTableResponse[])

/* Constructor
Parameters:
pResponses Ccs.BusinessLogic.IGetDataTableResponse
Top

GetDataResponse (integer)

/* Constructor
Parameters:
pNumTables INTEGER


Property Detail
Top

Progress.Lang.Object CustomResponse

Returns Progress.Lang.Object
Top

Ccs.BusinessLogic.IGetDataTableResponse TableResponses

Returns Ccs.BusinessLogic.IGetDataTableResponse


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.5.0