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

/* *************************************************************************************************************************
Copyright (c) 2018 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



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


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 11.7.15