Namespace: OpenEdge.BusinessLogic
Type: Class GetDataRequest
Parent Classes:
Inherits: Progress.Lang.Object
Implements: Ccs.BusinessLogic.IGetDataRequest, OpenEdge.Core.Json.IJsonSerializer


/* *************************************************************************************************************************
Copyright (c) 2018, 2020 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:GetDataRequest
Author(s):pjudge
Created:2018-06-15
/* Returns the custom parameter 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 @return JsonConstruct a JSON Object representation of this object */

Constructor Summary
  Options Name Purpose
  GetDataRequest () /* Default constructor */
  GetDataRequest (IGetDataTableRequest[]) /* Constructor @param IGetDataTableRequest[] The table requests */
  GetDataRequest (INamedQuery) /* Constructor @param INamedQuery The named query for this request */
  GetDataRequest (integer) /* Constructor @param integer A positive number, representing the number of tables in this response */

Property Summary
  Options Name Purpose
  Progress.Lang.Object CustomParameter
  Ccs.BusinessLogic.INamedQuery NamedQuery
  Ccs.BusinessLogic.IGetDataTableRequest TableRequests


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
Returns Progress.Json.ObjectModel.JsonConstruct
  JsonConstruct a JSON Object representation of this object


Constructor Detail
Top

GetDataRequest ()

/* Default constructor
Top

GetDataRequest (IGetDataTableRequest[])

/* Constructor
Parameters:
pRequests Ccs.BusinessLogic.IGetDataTableRequest
 
Top

GetDataRequest (INamedQuery)

/* Constructor
Parameters:
pQuery Ccs.BusinessLogic.INamedQuery
 
Top

GetDataRequest (integer)

/* Constructor
Parameters:
pNumTables INTEGER
 


Property Detail
Top

Progress.Lang.Object CustomParameter

Returns Progress.Lang.Object
 
Top

Ccs.BusinessLogic.INamedQuery NamedQuery

Returns Ccs.BusinessLogic.INamedQuery
 
Top

Ccs.BusinessLogic.IGetDataTableRequest TableRequests

Returns Ccs.BusinessLogic.IGetDataTableRequest