Namespace: OpenEdge.Web.DataObject.Writer
Type: Class ObjectArrayValueWriter
Parent Classes:
Inherits: OpenEdge.Web.DataObject.Writer.ArgumentValueWriter


/* *************************************************************************************************************************
Copyright (c) 2016, 2018-2019, 2021 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:ObjectArrayValueWriter
Purpose:Writes a primitive value to an ObjectArrayHolder
Author(s):pjudge
Created:2016-08-01
/* Since arrays are hard to dynamically extend, use a backing IList (ordered collection) to store the
values passed in until we Flush()/Close() the writer



Method Summary
  Options Name Purpose
  Clear ()
  Flush ()
  Write (Object)
  Write (Object[])

Constructor Summary
  Options Name Purpose
  ObjectArrayValueWriter () /* Default constructor */
  ObjectArrayValueWriter (Class) /* Constructor @param Progress.Lang.Class The argument type */

Method Detail
Top

Clear ()

Top

Flush ()

Top

Write (Object)

Parameters:
pData Progress.Lang.Object
 
Top

Write (Object[])

Parameters:
pData Progress.Lang.Object
 


Constructor Detail
Top

ObjectArrayValueWriter ()

/* Default constructor
Top

ObjectArrayValueWriter (Class)

/* Constructor
Parameters:
pArgumentType Progress.Lang.Class