|
+
|
Deserialize (longchar)
|
Initializes the object instance based on the passed in LONGCHAR
(potentially XML) representation of the object instance Inherited from Consultingwerk.ISerializable
|
|
+
|
DeserializeFromJsonObject (JsonObject)
|
Initializes the object instance based on the passed in JsonObject
representation of the object instance Inherited from Consultingwerk.IJsonSerializable
|
|
+
|
CHARACTER GetSerializableProperties ()
|
Returns the meta data of the serializable properties Inherited from Consultingwerk.IJsonSerializable
|
|
+
|
Progress.Lang.Object Invoke (logical, Object)
|
Invokes/Starts the function associated with the IFunctionCallParameter
object
|
|
+
|
LOGICAL IsActive ()
|
Returns true when the function is currently active (runninng)
|
|
+
|
LONGCHAR Serialize ()
|
Returns an LONGCHAR (potentially XML) representation of the
object instance Inherited from Consultingwerk.ISerializable
|
|
+
|
Progress.Json.ObjectModel.JsonObject ToJsonObject ()
|
Returns a JsonObject representation of the state of the class instance Inherited from Consultingwerk.IJsonSerializable
|