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

/* *************************************************************************************************************************
Copyright (c) 2018, 2020 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:GetResultCountResponse
Author(s):pjudge
Created:2018-06-15
/* Returns the result counts per requested table




Method Summary
Options Name Purpose
FromJson (JsonConstruct) /* Deserializes this object from JSON. @param JsonConstruct This object represented as JSON */
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()

Constructor Summary
Options Name Purpose
GetResultCountResponse () /* default constructor */
GetResultCountResponse (IGetTableResultCountResponse[]) /* Constructor @param IGetTableResultCountResponse[] The table responses */
GetResultCountResponse (integer) /* Constructor @param integer A positive number, representing the number of tables in this response */

Property Summary
Options Name Purpose
Ccs.BusinessLogic.IGetTableResultCountResponse ResultCounts


Method Detail
Top

FromJson (JsonConstruct)

/* Deserializes this object from JSON.
Parameters:
pJson Progress.Json.ObjectModel.JsonConstruct
Top

Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()

Returns Progress.Json.ObjectModel.JsonConstruct


Constructor Detail
Top

GetResultCountResponse ()

/* default constructor
Top

GetResultCountResponse (IGetTableResultCountResponse[])

/* Constructor
Parameters:
pCounts Ccs.BusinessLogic.IGetTableResultCountResponse
Top

GetResultCountResponse (integer)

/* Constructor
Parameters:
pNumTables INTEGER


Property Detail
Top

Ccs.BusinessLogic.IGetTableResultCountResponse ResultCounts

Returns Ccs.BusinessLogic.IGetTableResultCountResponse


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.6.0