Namespace: OpenEdge.BusinessLogic
Type: 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



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