IEtlPlainDataUserConsumer

Assembly: Etl;

Namespace: Prognoz.Platform.Interop.Etl;

Description

The IEtlPlainDataUserConsumer interface is used to work with ETL task user consumer.

Inheritance Hierarchy

          IEtlObject

          IEtlPlainDataConsumer

          IEtlPlainDataUserConsumer

Comments

To get an object of this type, it is required that:

  1. The Type parameter of the IEtlTask.Create property is set to EtlObjectType.PlainDataUserConsumer.

  2. The IEtlTask.Create property is cast to the IEtlPlainDataUserConsumer type.

Properties

  Property name Brief description
ExMode The ExMode property determines whether user consumer supports Fore.NET along with Fore.

Properties inherited from IEtlObject

  Property name Brief description
The ConnCompId property determines index of connected component of ETL task object.
The Description property determines description (annotation) of ETL task object.
The Id property determines identifier of ETL task object.
The InputType property returns input type of ETL task object.
The IsActive property returns whether an object is included into ETL task.
The Name property determines name of ETL task object.
The ObjectType property returns type of ETL task object.
The ObjectTypeName property returns a name of ETL task object type.
The OutputType property returns output type of ETL task object.

Properties inherited from IEtlPlainDataConsumer

  Property name Brief description
ClearConsumer The ClearConsumer property determines whether it is necessary to clear a consumer before adding records.
Consumer The Consumer property returns import or export object.
KeyFieldNames The KeyFieldNames property determines fields to find identical records in a source and a consumer.
PlainInput The PlainInput property determines input fields list.

Methods inherited from IEtlObject

  Method name Brief description
Remove The Remove method removes ETL task object.

Methods inherited from IEtlPlainDataConsumer

  Method name Brief description
Edit The Edit method creates a data consumer copy for editing.
FillDefault The FillDefault method fills fields based on data about consumer fields.
Save The Save method saves results of editing.

See also:

ETL Assembly Interfaces