| 
            
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| # | AddSerializableProperties (character) | 
     Add a list of Serializable Properties to the SerializableProperties property  Inherited from Consultingwerk.XmlSerializable  | 
|
| + | Deserialize (longchar) | 
     Initializes the object instance based on the passed in LONGCHAR
representation of the object instance  Inherited from Consultingwerk.XmlSerializable  | 
|
| + | DeserializeFromNode (handle) | 
     Deserializes the object instance based on the passed in X-NODEREF
instance  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | DeserializeProperty (handle, character, character) | 
     Deserializes a single property value to the current Object  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | CHARACTER GetCharacterProperty (character) | 
     Returns a value from a CHARACTER property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | DATE GetDateProperty (character) | 
     Returns a value from a DATE property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | DATETIME-TZ GetDateTime-TZProperty (character) | 
     Returns a value from a DATETIME-TZ property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | DATETIME GetDateTimeProperty (character) | 
     Returns a value from a DATETIME property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | DECIMAL GetDecimalProperty (character) | 
     Returns a value from a DECIMAL property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| + | CHARACTER GetExpression () | 
     Returns the Expression to be used in a Query String  | 
|
| # | INT64 GetInt64Property (character) | 
     Returns a value from a INTEGER property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | INTEGER GetIntegerProperty (character) | 
     Returns a value from a INTEGER property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | LOGICAL GetLogicalProperty (character) | 
     Returns a value from a INTEGER property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | LONGCHAR GetLongCharProperty (character) | 
     Returns a value from a LONGCHAR property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | Progress.Lang.Object GetObjectProperty (character) | 
     Returns a value from a Progress.Lang.Object property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | RAW GetRawProperty (character) | 
     Returns a value from a RAW property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | CHARACTER PropertyType (character) | 
     Returns the type of a property  Inherited from Consultingwerk.XmlSerializable  | 
|
| + | LONGCHAR Serialize () | 
     Returns an LONGCHAR representation of the object instance  Inherited from Consultingwerk.XmlSerializable  | 
|
| + | HANDLE Serialize (handle) | 
     Serializes the properties of the current object instance to
an existing X-NODEREF object  Inherited from Consultingwerk.XmlSerializable  | 
|
| + | SerializeProperties (handle) | 
     Serializes the properties of this object instance as child nodes of
the given node  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SerializeProperty (handle, character, character) | 
     Serializes a single property value to the current parent XmlNode  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetCharacterProperty (character, character) | 
     Assigns a CHARACTER property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetDateProperty (character, date) | 
     Assigns a DATE property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetDateTime-TZProperty (character, datetime-tz) | 
     Assigns a DATETIME-TZ property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetDateTimeProperty (character, datetime) | 
     Assigns a DATETIME property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetDecimalProperty (character, decimal) | 
     Assigns a DECIMAL property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetInt64Property (character, int64) | 
     Assigns a INTEGER property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetIntegerProperty (character, integer) | 
     Assigns a INTEGER property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetLogicalProperty (character, logical) | 
     Assigns a LOGICAL property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetLongcharProperty (character, longchar) | 
     Assigns a LOGICAL property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetObjectProperty (character, Object) | 
     Assigns a Progress.Lang.Object property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| # | SetRawProperty (character, raw) | 
     Assigns a RAW property in the property store  Inherited from Consultingwerk.XmlSerializable  | 
|
| + | CHARACTER ToString () | 
     Returns a string that represents the current object.  | 
|
| + | LONGCHAR WriteXml () | 
     Returns an LONGCHAR representation of the object instance  Inherited from Consultingwerk.XmlSerializable  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | BufferFieldName () | 
     Constructor for the BufferFieldName class  | 
|
| + | BufferFieldName (character) | 
     Constructor for the BufferFieldName class  | 
|
| + | BufferFieldName (character, character) | 
     Constructor for the BufferFieldName class  | 
|
| + | BufferFieldName (character, character, character) | 
     Constructor for the BufferFieldName class  | 
|
| + | BufferFieldName (character, character, character, integer) | 
     Constructor for the BufferFieldName class  | 
|
| + | BufferFieldName (character, character, integer) | 
     Constructor for the BufferFieldName class  | 
|
| + | BufferFieldName (handle) | 
     Constructor for the BufferFieldName class  | 
|
| + | BufferFieldName (handle, character) | 
     Constructor for the BufferFieldName class  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER DatabaseName | 
     Gets and sets the Database Name component  | 
|
| + | CHARACTER FieldName | 
     Gets and sets the Field Name component  | 
|
| + | INTEGER Index | 
     Gets and sets the Index component (0 for non EXTENT fields)  | 
|
| + | 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  Inherited from Consultingwerk.XmlSerializable  | 
|
| + | LOGICAL SerializeNullValues | 
     Gets and sets if Null-Values should be serialized  Inherited from Consultingwerk.XmlSerializable  | 
|
| + | CHARACTER TableName | 
     Gets and sets the Table Name component  | 
|
| + | LOGICAL UseSerializedTypeInformation | 
     Determines if the Serialization Routine will read and write the
SerializedType attribute  Inherited from Consultingwerk.XmlSerializable  | 
| 
         
            
                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)
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC CHARACTER GetExpression ()
 
  | 
|||||||||||||||||||||||||||||
        
        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 CHARACTER ToString ()
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC LONGCHAR WriteXml ()
 
  | 
|||||||||||||||||||||||||||||
        
        PUBLIC BufferFieldName ()
 
  | 
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC BufferFieldName (character)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC BufferFieldName (character, character)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC BufferFieldName (character, character, character)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC BufferFieldName (character, character, character, integer)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC BufferFieldName (character, character, integer)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC BufferFieldName (handle)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC BufferFieldName (handle, character)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC CHARACTER DatabaseName
 
  | 
|||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CHARACTER FieldName
 
  | 
|||||||||||||||||||
        
        PUBLIC INTEGER Index
 
  | 
|||||||||||||||||||
        
        PUBLIC LOGICAL SerializeEmptyLists
 
  | 
|||||||||||||||||||
        
        PUBLIC LOGICAL SerializeNullValues
 
  | 
|||||||||||||||||||
        
        PUBLIC CHARACTER TableName
 
  | 
|||||||||||||||||||
        
        PUBLIC LOGICAL UseSerializedTypeInformation
 
  | 
|||||||||||||||||||