|
Options |
Name |
Purpose |
|
+
|
Deserialize (longchar)
|
Deserializes a LONGCHAR representation of the state of the class instance
|
|
+
|
Consultingwerk.ISerializable DeserializeInstance (longchar)
|
Deserializes a LONGCHAR representation of an object to a new
instance
|
|
#
|
CHARACTER GetCharacterProperty (character)
|
Returns a value from a CHARACTER property in the property store
|
|
#
|
DATE GetDateProperty (character)
|
Returns a value from a DATE property in the property store
|
|
#
|
DATETIME-TZ GetDateTime-TZProperty (character)
|
Returns a value from a DATETIME-TZ property in the property store
|
|
#
|
DATETIME GetDateTimeProperty (character)
|
Returns a value from a DATETIME property in the property store
|
|
#
|
DECIMAL GetDecimalProperty (character)
|
Returns a value from a DECIMAL property in the property store
|
|
#
|
INT64 GetInt64Property (character)
|
Returns a value from a INTEGER property in the property store
|
|
#
|
INTEGER GetIntegerProperty (character)
|
Returns a value from a INTEGER property in the property store
|
|
#
|
LOGICAL GetLogicalProperty (character)
|
Returns a value from a INTEGER property in the property store
|
|
#
|
LONGCHAR GetLongCharProperty (character)
|
Returns a value from a LONGCHAR property in the property store
|
|
+
|
LONGCHAR Serialize ()
|
Returns a LONGCHAR representation of the state of the class instance
|
|
#
|
SetCharacterProperty (character, character)
|
Assigns a CHARACTER property in the property store
|
|
#
|
SetDateProperty (character, date)
|
Assigns a DATE property in the property store
|
|
#
|
SetDateTime-TZProperty (character, datetime-tz)
|
Assigns a DATETIME-TZ property in the property store
|
|
#
|
SetDateTimeProperty (character, datetime)
|
Assigns a DATETIME property in the property store
|
|
#
|
SetDecimalProperty (character, decimal)
|
Assigns a DECIMAL property in the property store
|
|
#
|
SetInt64Property (character, int64)
|
Assigns a INTEGER property in the property store
|
|
#
|
SetIntegerProperty (character, integer)
|
Assigns a INTEGER property in the property store
|
|
#
|
SetLogicalProperty (character, logical)
|
Assigns a LOGICAL property in the property store
|
|
#
|
SetLongcharProperty (character, longchar)
|
Assigns a LOGICAL property in the property store
|