|
| 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 */
|
| 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 */
|
| Options | Name | Purpose | |
|---|---|---|---|
| Progress.Lang.Object CustomParameter |
|
||
| Ccs.BusinessLogic.INamedQuery NamedQuery |
|
||
| Ccs.BusinessLogic.IGetDataTableRequest TableRequests |
|
FromJson (JsonConstruct)
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()
|
||||||||||||
GetDataRequest ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
GetDataRequest (IGetDataTableRequest[])
|
||||||||||||
GetDataRequest (INamedQuery)
|
||||||||||||
GetDataRequest (integer)
|
||||||||||||
Progress.Lang.Object CustomParameter
|
||||||||
|---|---|---|---|---|---|---|---|---|
Ccs.BusinessLogic.INamedQuery NamedQuery
|
||||||||
Ccs.BusinessLogic.IGetDataTableRequest TableRequests |
||||||||