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


/* *************************************************************************************************************************
Copyright (c) 2018-2020 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:UpdateDataRequest
Author(s):pjudge
Created:2018-06-20
/* Returns the CommitScope to be used by the updateData method. The value is considered as a recommendation as
the Business Entity may ignore this setting and use a different commit scope based on the business logic
requirements



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 */

Property Summary
  Options Name Purpose
  Ccs.BusinessLogic.CommitScopeEnum CommitScope
  Progress.Lang.Object CustomRequest


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


Property Detail
Top

Ccs.BusinessLogic.CommitScopeEnum CommitScope

Returns Ccs.BusinessLogic.CommitScopeEnum
 
Top

Progress.Lang.Object CustomRequest

Returns Progress.Lang.Object