Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| # | AddSerializableProperties (character) |
Add a list of Serializable Properties to the SerializableProperties property |
|
| + | Deserialize (longchar) |
Initializes the object instance based on the passed in LONGCHAR
representation of the object instance |
|
| + | DeserializeFromNode (handle) |
Deserializes the object instance based on the passed in X-NODEREF
instance |
|
| # | DeserializeProperty (handle, character, character) |
Deserializes a single property value to the current Object |
|
| # | 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 |
|
| # | Progress.Lang.Object GetObjectProperty (character) |
Returns a value from a Progress.Lang.Object property in the property store |
|
| # | RAW GetRawProperty (character) |
Returns a value from a RAW property in the property store |
|
| # | CHARACTER PropertyType (character) |
Returns the type of a property |
|
| + | LONGCHAR Serialize () |
Returns an LONGCHAR representation of the object instance |
|
| + | HANDLE Serialize (handle) |
Serializes the properties of the current object instance to
an existing X-NODEREF object |
|
| + | SerializeProperties (handle) |
Serializes the properties of this object instance as child nodes of
the given node |
|
| # | SerializeProperty (handle, character, character) |
Serializes a single property value to the current parent XmlNode |
|
| # | 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 |
|
| # | SetObjectProperty (character, Object) |
Assigns a Progress.Lang.Object property in the property store |
|
| # | SetRawProperty (character, raw) |
Assigns a RAW property in the property store |
|
| + | LONGCHAR WriteXml () |
Returns an LONGCHAR representation of the object instance |
| Options | Name | Purpose | |
|---|---|---|---|
| - | CHARACTER SerializableProperties |
Gets and sets the list of Serializable Properties |
|
| + | LOGICAL SerializeEmptyLists |
Gets and sets if during serialization empty lists (properties of type
Consultingwerk.Framework.Base.IEnumerable) that do not contain any
elements, will be serialized |
|
| + | LOGICAL SerializeNullValues |
Gets and sets if Null-Values should be serialized |
|
| + | LOGICAL UseSerializedTypeInformation |
Determines if the Serialization Routine will read and write the
SerializedType attribute |
|
Top
PROTECTED AddSerializableProperties (character)
|
|||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Deserialize (longchar)
|
|||||||||||||||||||||||||||||
PUBLIC DeserializeFromNode (handle)
|
|||||||||||||||||||||||||||||
PROTECTED DeserializeProperty (handle, character, character)
|
|||||||||||||||||||||||||||||
PROTECTED CHARACTER GetCharacterProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED DATE GetDateProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED DATETIME-TZ GetDateTime-TZProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED DATETIME GetDateTimeProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED DECIMAL GetDecimalProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED INT64 GetInt64Property (character)
|
|||||||||||||||||||||||||||||
PROTECTED INTEGER GetIntegerProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED LOGICAL GetLogicalProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED LONGCHAR GetLongCharProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED Progress.Lang.Object GetObjectProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED RAW GetRawProperty (character)
|
|||||||||||||||||||||||||||||
PROTECTED CHARACTER PropertyType (character)
|
|||||||||||||||||||||||||||||
PUBLIC LONGCHAR Serialize ()
|
|||||||||||||||||||||||||||||
PUBLIC HANDLE Serialize (handle)
|
|||||||||||||||||||||||||||||
PUBLIC SerializeProperties (handle)
|
|||||||||||||||||||||||||||||
PROTECTED SerializeProperty (handle, character, character)
|
|||||||||||||||||||||||||||||
PROTECTED SetCharacterProperty (character, character)
|
|||||||||||||||||||||||||||||
PROTECTED SetDateProperty (character, date)
|
|||||||||||||||||||||||||||||
PROTECTED SetDateTime-TZProperty (character, datetime-tz)
|
|||||||||||||||||||||||||||||
PROTECTED SetDateTimeProperty (character, datetime)
|
|||||||||||||||||||||||||||||
PROTECTED SetDecimalProperty (character, decimal)
|
|||||||||||||||||||||||||||||
PROTECTED SetInt64Property (character, int64)
|
|||||||||||||||||||||||||||||
PROTECTED SetIntegerProperty (character, integer)
|
|||||||||||||||||||||||||||||
PROTECTED SetLogicalProperty (character, logical)
|
|||||||||||||||||||||||||||||
PROTECTED SetLongcharProperty (character, longchar)
|
|||||||||||||||||||||||||||||
PROTECTED SetObjectProperty (character, Object)
|
|||||||||||||||||||||||||||||
PROTECTED SetRawProperty (character, raw)
|
|||||||||||||||||||||||||||||
PUBLIC LONGCHAR WriteXml ()
|
|||||||||||||||||||||||||||||
PRIVATE CHARACTER SerializableProperties
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL SerializeEmptyLists
|
|||||||||||||||||||||||
PUBLIC LOGICAL SerializeNullValues
|
|||||||||||||||||||||||
PUBLIC LOGICAL UseSerializedTypeInformation
|
|||||||||||||||||||||||