| 
            
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| # | AddSerializableProperties (character) | 
     Add a list of Serializable Properties to the SerializableProperties property  Inherited from Consultingwerk.JsonSerializable  | 
|
| + | Deserialize (longchar) | 
     Deserializes a LONGCHAR representation of the state of the class instance  Inherited from Consultingwerk.JsonSerializable  | 
|
| + | DeserializeFromJsonObject (JsonObject) | 
     Initializes the object instance based on the passed in JsonObject
         representation of the object instance  Inherited from Consultingwerk.JsonSerializable  | 
|
| # | DeserializeProperty (JsonObject, character, character) | 
     Deserializes a single property value to the current JsonObject  Inherited from Consultingwerk.JsonSerializable  | 
|
| + | Consultingwerk.OERA.FetchDataRequest FromTempTable (table) | 
     Deserializes a FetchDataRequest object from the first
         eFetchDataRequest record.  | 
|
| + | CHARACTER GetSerializableProperties () | 
     Returns the meta data of the serializable properties  Inherited from Consultingwerk.JsonSerializable  | 
|
| + | LONGCHAR Serialize () | 
     Returns a LONGCHAR representation of the state of the class instance  Inherited from Consultingwerk.JsonSerializable  | 
|
| # | SerializeProperty (JsonObject, character, character) | 
     Serializes a single property value to the current JsonObject  Inherited from Consultingwerk.JsonSerializable  | 
|
| + | Progress.Json.ObjectModel.JsonObject ToJsonObject () | 
     Returns a JsonObject representation of the state of the class instance  Inherited from Consultingwerk.JsonSerializable  | 
|
| + | CHARACTER ToString () | 
     Returns a string representation of the object instance  | 
|
| + | ToTempTable (table) | 
     Serializes the FetchDataRequest instance to a record in the
         eFetchDataRequest temp-table  | 
|
| + | LONGCHAR WriteJson () | 
     Returns a LONGCHAR representation of the state of the class instance  Inherited from Consultingwerk.JsonSerializable  | 
|
| + | LONGCHAR WriteXml () | 
     Returns an XML LONGCHAR representation of the object instance  Inherited from Consultingwerk.JsonSerializable  | 
|
| + | HANDLE XmlSerialize (handle) | 
     Serializes the properties of the current object instance to
         an existing X-NODEREF object  Inherited from Consultingwerk.JsonSerializable  | 
|
| + | XmlSerializeProperties (handle) | 
     Serializes the properties of this object instance as child nodes of
         the given node  Inherited from Consultingwerk.JsonSerializable  | 
|
| # | XmlSerializeProperty (handle, character, character) | 
     Serializes a single property value to the current parent XmlNode  Inherited from Consultingwerk.JsonSerializable  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | FetchDataRequest () | 
     Constructor for the FetchDataRequest class  | 
|
| + | FetchDataRequest (character) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character, character) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character, character, character, integer, character) | 
     Default Constructor for the FetchDataRequest class  | 
|
| + | FetchDataRequest (character, character, integer) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character, character, integer, character) | 
     Default Constructor for the FetchDataRequest class  | 
|
| + | FetchDataRequest (character, character[]) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character, character[], integer) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character, integer) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character[]) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character[], character) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character[], character, integer) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character[], character[]) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character[], character[], integer) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (character[], integer) | 
     Simplified constructor when doing calls from custom code  | 
|
| + | FetchDataRequest (ISerializable) | 
     Constructor for the FetchDataRequest class  | 
|
| + | FetchDataRequest (INamedQueryParameter) | 
     Constructor for the FetchDataRequest class  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER AllTables | 
       | 
|
| + | CHARACTER Context | 
       | 
|
| + | CHARACTER CustomContext | 
       | 
|
| + | Progress.Lang.Object CustomParameter | 
       | 
|
| + | CHARACTER Joins | 
       | 
|
| + | Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter | 
       Inherited from Consultingwerk.JsonSerializable  | 
|
| + | Consultingwerk.OERA.INamedQueryParameter NamedQuery | 
       | 
|
| + | CHARACTER NextContext | 
       | 
|
| + | INTEGER NumRecords | 
       | 
|
| + | CHARACTER Positions | 
       | 
|
| + | CHARACTER PrevContext | 
       | 
|
| + | CHARACTER Queries | 
       | 
|
| + | Consultingwerk.IQueryExpression QueryExpression | 
       | 
|
| + | CHARACTER Requests | 
       | 
|
| + | LOGICAL SerializeEmptyLists | 
       Inherited from Consultingwerk.JsonSerializable  | 
|
| + | LOGICAL SerializeNullValues | 
       Inherited from Consultingwerk.JsonSerializable  | 
|
| + | INTEGER Skip | 
       | 
|
| + | INTEGER StopAfter | 
       | 
|
| + | CHARACTER Tables | 
       | 
|
| + | LOGICAL UseSerializedTypeInformation | 
       Inherited from Consultingwerk.JsonSerializable  | 
| 
         
            
                Top
                
            
         
        PROTECTED AddSerializableProperties (character)
 
  | 
|||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC Deserialize (longchar)
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC DeserializeFromJsonObject (JsonObject)
 
  | 
|||||||||||||||||||||||||||||
        
        PROTECTED DeserializeProperty (JsonObject, character, character)
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC Consultingwerk.OERA.FetchDataRequest FromTempTable (table)
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC CHARACTER GetSerializableProperties ()
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC LONGCHAR Serialize ()
 
  | 
|||||||||||||||||||||||||||||
        
        PROTECTED SerializeProperty (JsonObject, character, character)
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC Progress.Json.ObjectModel.JsonObject ToJsonObject ()
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC CHARACTER ToString ()
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC ToTempTable (table)
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC LONGCHAR WriteJson ()
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC LONGCHAR WriteXml ()
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC HANDLE XmlSerialize (handle)
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC XmlSerializeProperties (handle)
 
  | 
|||||||||||||||||||||||||||||
        
        PROTECTED XmlSerializeProperty (handle, character, character)
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest ()
 
  | 
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC FetchDataRequest (character)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character, character)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character, character, character, integer, character)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character, character, integer)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character, character, integer, character)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character, character[])
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character, character[], integer)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character, integer)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character[])
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character[], character)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character[], character, integer)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character[], character[])
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character[], character[], integer)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (character[], integer)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (ISerializable)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataRequest (INamedQueryParameter)
 
  | 
|||||||||||||||||||||||||||||||||||||
        
        PUBLIC CHARACTER AllTables
 
  | 
|||||||||
|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CHARACTER Context
 
  | 
|||||||||
        
        PUBLIC CHARACTER CustomContext
 
  | 
|||||||||
        
        PUBLIC Progress.Lang.Object CustomParameter
 
  | 
|||||||||
        
        PUBLIC CHARACTER Joins
 
  | 
|||||||||
        
        PUBLIC Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter
  | 
|||||||||
        
        PUBLIC Consultingwerk.OERA.INamedQueryParameter NamedQuery
  | 
|||||||||
        
        PUBLIC CHARACTER NextContext
 
  | 
|||||||||
        
        PUBLIC INTEGER NumRecords
 
  | 
|||||||||
        
        PUBLIC CHARACTER Positions
 
  | 
|||||||||
        
        PUBLIC CHARACTER PrevContext
 
  | 
|||||||||
        
        PUBLIC CHARACTER Queries
 
  | 
|||||||||
        
        PUBLIC Consultingwerk.IQueryExpression QueryExpression
 
  | 
|||||||||
        
        PUBLIC CHARACTER Requests
 
  | 
|||||||||
        
        PUBLIC LOGICAL SerializeEmptyLists
 
  | 
|||||||||
        
        PUBLIC LOGICAL SerializeNullValues
 
  | 
|||||||||
        
        PUBLIC INTEGER Skip
 
  | 
|||||||||
        
        PUBLIC INTEGER StopAfter
 
  | 
|||||||||
        
        PUBLIC CHARACTER Tables
 
  | 
|||||||||
        
        PUBLIC LOGICAL UseSerializedTypeInformation
 
  | 
|||||||||