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

PUBLIC GetDataResponse ()

/* Default constructor
Top

PUBLIC GetDataResponse (IGetDataTableResponse[])

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

PUBLIC GetDataResponse (integer)

/* Constructor
Parameters:
pNumTables INTEGER


Property Detail
Top

PUBLIC Progress.Lang.Object CustomResponse

Returns Progress.Lang.Object
Top

PUBLIC Ccs.BusinessLogic.IGetDataTableResponse TableResponses

Returns Ccs.BusinessLogic.IGetDataTableResponse


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0