IEtlUserDataContainer.UserData

Fore Syntax

UserData: IXmlDomElement;

Fore.NET Syntax

UserData: Prognoz.Platform.Interop.MsXml2.IXmlDomElement;

Description

The UserData property returns element of XML document object model.

Comments

Features of work with XML files are presented on the Example of Working with XML Files page.

Fore Example

Executing the example requires that the repository contains a Fore form with the FORMUSERPROV identifier containing the following components:

The form contains the following classes:

Form code

Executing the example requires that the repository contains an ETL task with the ETLT identifier.

Example of connecting unit and class

After executing the example a source object is created in the specified ETL task. A new page named CrPage is created in the source edit wizard. On moving to this page the Memo1 component displays the current model XML data.

On the CrPage page on the button click:

Fore.NET Example

Due to features of implementation of user provider interface, the Fore.NET example uses the IEtlPlainDataUserProvider.ExMode property, that is why form code and unit and class connection example differ strongly from the Fore example.

Executing the example requires that the repository contains a Fore.NET assembly with the FORMUSERPROVNET identifier containing a form. The form contains the components:

The form contains the following classes:

Form code

Executing the example requires that the repository contains:

Contents of the Data_Out.txt file

Example of connecting unit and class

After executing the example a source object is created in the specified ETL task. A new page named CrPage is created in the source edit wizard. On moving to the page the TextBox1 component displays the current model XML data.

On the CrPage page on the button click:

See also:

IEtlUserDataContainer