Namespace: Consultingwerk.BusinessEntityDesigner.Services
Class 
OpenSaveParameter Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Serializable
Implements: ISerializable

File:OpenSaveParameter
Purpose:Parameter object for the Open and Save methods of the
Business Entity Designer
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Oct 16 23:18:55 CEST 2010



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

Top Property Summary
Options Name Purpose
+ CHARACTER FileName Gets and sets the file name for the current operation


Method Detail
Top

PUBLIC Deserialize (longchar)

Inherited from Consultingwerk.Serializable
Purpose: Deserializes a LONGCHAR representation of the state of the class instance
Notes:

Parameters:
pcSerializedReprasentation LONGCHAR
The stored LONGCHAR representation of the objects data
Top

PUBLIC ISerializable DeserializeInstance (longchar)

Inherited from Consultingwerk.Serializable
Purpose: Deserializes a LONGCHAR representation of an object to a new
instance
Notes: Uses IDeserializationFactory service to create deserialized object
instance

Parameters:
plcSerializable LONGCHAR
The serialized representation to be deserialized
Returns ISerializable
The LONGCHAR representation of the ISerializable objects data
Top

PROTECTED CHARACTER GetCharacterProperty (character)

Inherited from Consultingwerk.Serializable
Purpose: Returns a value from a CHARACTER property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
Returns CHARACTER
The property value
Top

PROTECTED DATE GetDateProperty (character)

Inherited from Consultingwerk.Serializable
Purpose: Returns a value from a DATE property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
Returns DATE
The property value
Top

PROTECTED DATETIME-TZ GetDateTime-TZProperty (character)

Inherited from Consultingwerk.Serializable
Purpose: Returns a value from a DATETIME-TZ property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
Returns DATETIME-TZ
The property value
Top

PROTECTED DATETIME GetDateTimeProperty (character)

Inherited from Consultingwerk.Serializable
Purpose: Returns a value from a DATETIME property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
Returns DATETIME
The property value
Top

PROTECTED DECIMAL GetDecimalProperty (character)

Inherited from Consultingwerk.Serializable
Purpose: Returns a value from a DECIMAL property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
Returns DECIMAL
The property value
Top

PROTECTED INT64 GetInt64Property (character)

Inherited from Consultingwerk.Serializable
Purpose: Returns a value from a INTEGER property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
Returns INT64
The property value
Top

PROTECTED INTEGER GetIntegerProperty (character)

Inherited from Consultingwerk.Serializable
Purpose: Returns a value from a INTEGER property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
Returns INTEGER
The property value
Top

PROTECTED LOGICAL GetLogicalProperty (character)

Inherited from Consultingwerk.Serializable
Purpose: Returns a value from a INTEGER property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
Returns LOGICAL
The property value
Top

PROTECTED LONGCHAR GetLongCharProperty (character)

Inherited from Consultingwerk.Serializable
Purpose: Returns a value from a LONGCHAR property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
Returns LONGCHAR
The property value
Top

PUBLIC LONGCHAR Serialize ()

Inherited from Consultingwerk.Serializable
Purpose: Returns a LONGCHAR representation of the state of the class instance
Notes: Returns the classname together with the XML serialization of the
temp-table

Returns LONGCHAR
The LONGCHAR representation of the ISerializable objects data
Top

PROTECTED SetCharacterProperty (character, character)

Inherited from Consultingwerk.Serializable
Purpose: Assigns a CHARACTER property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
pcValue CHARACTER
The value of the objects property
Top

PROTECTED SetDateProperty (character, date)

Inherited from Consultingwerk.Serializable
Purpose: Assigns a DATE property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
pdaValue DATE
The value of the objects property
Top

PROTECTED SetDateTime-TZProperty (character, datetime-tz)

Inherited from Consultingwerk.Serializable
Purpose: Assigns a DATETIME-TZ property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
pdtValue DATETIME-TZ
The value of the objects property
Top

PROTECTED SetDateTimeProperty (character, datetime)

Inherited from Consultingwerk.Serializable
Purpose: Assigns a DATETIME property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
pdtValue DATETIME
The value of the objects property
Top

PROTECTED SetDecimalProperty (character, decimal)

Inherited from Consultingwerk.Serializable
Purpose: Assigns a DECIMAL property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
pdeValue DECIMAL
The value of the objects property
Top

PROTECTED SetInt64Property (character, int64)

Inherited from Consultingwerk.Serializable
Purpose: Assigns a INTEGER property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
piValue INT64
The value of the objects property
Top

PROTECTED SetIntegerProperty (character, integer)

Inherited from Consultingwerk.Serializable
Purpose: Assigns a INTEGER property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
piValue INTEGER
The value of the objects property
Top

PROTECTED SetLogicalProperty (character, logical)

Inherited from Consultingwerk.Serializable
Purpose: Assigns a LOGICAL property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
plValue LOGICAL
The value of the objects property
Top

PROTECTED SetLongcharProperty (character, longchar)

Inherited from Consultingwerk.Serializable
Purpose: Assigns a LOGICAL property in the property store
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the objects property
plcValue LONGCHAR
The value of the objects property


Property Detail
Top

PUBLIC CHARACTER FileName

Purpose: Gets and sets the file name for the current operation
Notes:

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:26:44