|
Options |
Name |
Purpose |
|
+
|
AddMenu (character)
|
Adds a MenuGuid to the table of key values
|
|
#
|
CHARACTER AddSerializableProperties ()
|
Adds serializable properties from the calling class using ABL reflection.
Supported from OpenEdge 11.6 on only. Inherited from Consultingwerk.JsonSerializable
|
|
#
|
AddSerializableProperties (character)
|
Add a list of Serializable Properties to the SerializableProperties property Inherited from Consultingwerk.JsonSerializable
|
|
#
|
CHARACTER AddSerializableProperties (Class)
|
Adds serializable properties from the given class using ABL reflection.
Supported from OpenEdge 11.6 on only. Inherited from Consultingwerk.JsonSerializable
|
|
+
|
Progress.Lang.Object Clone ()
|
Clones the object instance Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
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, character)
|
Deserializes a single property value to the current JsonObject Inherited from Consultingwerk.JsonSerializable
|
|
+
|
Consultingwerk.OERA.FetchDataRequest ForKeyField (character, character, character)
|
Factory method for the FetchDataRequest class Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest ForKeyField (character, character, decimal)
|
Factory method for the FetchDataRequest class Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest ForKeyField (character, character, integer)
|
Factory method for the FetchDataRequest class Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest ForKeyFieldOrNameField (character, character, character, character)
|
Factory method for the FetchDataRequest class Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest ForKeyFieldOrNameField (character, character, character, decimal)
|
Factory method for the FetchDataRequest class Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest ForKeyFieldOrNameField (character, character, character, integer)
|
Factory method for the FetchDataRequest class Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest FromTempTable (table)
|
Deserializes a FetchDataRequest object from the first
eFetchDataRequest record. Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
#
|
IEnumerable GetEnumerableInstance (character)
|
Returns an instance of the enumerable type Inherited from Consultingwerk.JsonSerializable
|
|
+
|
CHARACTER GetSerializableProperties ()
|
Returns the meta data of the serializable properties Inherited from Consultingwerk.JsonSerializable
|
|
+
|
CHARACTER GetSerializeName (character)
|
Returns the SerializeName of a property Inherited from Consultingwerk.JsonSerializable
|
|
#
|
LazyAddSerializableProperties ()
|
Adds serializable properties from the calling class using ABL reflection.
Supported from OpenEdge 11.6 on only. 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, character)
|
Serializes a single property value to the current JsonObject Inherited from Consultingwerk.JsonSerializable
|
|
+
|
Consultingwerk.OERA.FetchDataRequest SetCustomContext (character)
|
Assigns a value to the CustomContext property Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest SetCustomParameter (Object)
|
Assigns a value to the CustomParameter property Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest SetFields (character)
|
Assigns a value to the Fields property Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest SetQueryExpression (IQueryExpression)
|
Assigns a value to the QueryExpression property Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest SetStopAfter (integer)
|
Assigns a value to the StopAfter property Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
Consultingwerk.OERA.FetchDataRequest SetTables (character)
|
Assigns a value to the Tables property Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
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 Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
ToTempTable (table)
|
Serializes the FetchDataRequest instance to a record in the
eFetchDataRequest temp-table Inherited from Consultingwerk.OERA.FetchDataRequest
|
|
+
|
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
|