OpenEdge.BusinessLogic.GetDataRequest
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
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
FromJson (JsonConstruct)
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()
|
||||||||||||
Constructor Detail
GetDataRequest ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
GetDataRequest (IGetDataTableRequest[])
|
||||||||||||
GetDataRequest (INamedQuery)
|
||||||||||||
GetDataRequest (integer)
|
||||||||||||
Property Detail
Progress.Lang.Object CustomParameter
|
||||||||
|---|---|---|---|---|---|---|---|---|
Ccs.BusinessLogic.INamedQuery NamedQuery
|
||||||||
Ccs.BusinessLogic.IGetDataTableRequest TableRequests |
||||||||