Namespace: OpenEdge.BusinessLogic
Class
GetDataTableResponse
Parent classes:
Inherits: Progress.Lang.Object
Implements: Ccs.BusinessLogic.IGetDataTableResponse, OpenEdge.Core.Json.IJsonSerializer

/* *************************************************************************************************************************
Copyright (c) 2018-2020 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:GetDataTableResponse
Author(s):pjudge
Created:2018-06-15
/* Returns the paging context to be passed back to the business entity when requesting the next set




Method Summary
Options Name Purpose
FromJson (JsonConstruct) /* Desrializes this object @param JsonConstruct The serialized object - always a JsonObject. */
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct () /* Serializes this object @return JsonConstruct The serialized object. Always JsonObject. */

Constructor Summary
Options Name Purpose
GetDataTableResponse () /* Default constructor */
GetDataTableResponse (character) /* Constructor @param character (mandatory) The table name for which to return this count */

Property Summary
Options Name Purpose
CHARACTER NextPagingContext
CHARACTER PreviousPagingContext
CHARACTER TableName


Method Detail
Top

FromJson (JsonConstruct)

/* Desrializes this object
Parameters:
pData Progress.Json.ObjectModel.JsonConstruct
Top

Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()

/* Serializes this object
Returns Progress.Json.ObjectModel.JsonConstruct
JsonConstruct The serialized object. Always JsonObject.


Constructor Detail
Top

GetDataTableResponse ()

/* Default constructor
Top

GetDataTableResponse (character)

/* Constructor
Parameters:
pTableName CHARACTER


Property Detail
Top

CHARACTER NextPagingContext

Returns CHARACTER
Top

CHARACTER PreviousPagingContext

Returns CHARACTER
Top

CHARACTER TableName

Returns CHARACTER


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.5.0