|
Options |
Name |
Purpose |
|
#
|
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
|
|
#
|
AddSerializableProperties (Class)
|
Adds serializable properties from the given class using ABL reflection.
Supported from OpenEdge 11.6 on only. Inherited from Consultingwerk.JsonSerializable
|
|
+
|
Consultingwerk.Framework.MessageInteraction.MessageReplyEnum AskQuestion (character, character, character, character, character, MessageButtons, MessageReplyEnum)
|
Adds a question to be answered to the list of questions or returns
an already given reply
|
|
+
|
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
|
|
+
|
FinalizeBuffer ()
|
Finalizes the temp-table buffer from the ISmartUiAction instance
|
|
+
|
Consultingwerk.Framework.MessageInteraction.MessageReplyEnum GetReply (character, character)
|
Sets the answer for an existing question
|
|
+
|
CHARACTER GetSerializableProperties ()
|
Returns the meta data of the serializable properties Inherited from Consultingwerk.JsonSerializable
|
|
+
|
LOGICAL HasUnansweredQuestion ()
|
Checks if the List of Questions contains an unanswered question
|
|
+
|
InitializeFromBuffer (handle)
|
Initializes the ISmartUiAction instance from a
temp-table buffer
|
|
+
|
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
|
|
+
|
LOGICAL SetReply (character, character, MessageReplyEnum)
|
Sets the answer for an existing question
|
|
+
|
Progress.Json.ObjectModel.JsonObject ToJsonObject ()
|
Returns a JsonObject representation of the state of the class instance Inherited from Consultingwerk.JsonSerializable
|
|
+
|
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
|