Assembly: Etl;
The IEtlPlainDataFixedUserConsumer interface is used to work with user consumer based on template.
IEtlPlainDataFixedUserConsumer
To create a user consumer based on template, use the IEtlTask.Create method.
| Property name | Brief description | |
| Template | The Template property determines a template in user consumer. |
| Property name | Brief description | |
![]() |
ConnCompId | The ConnCompId property determines index of connected component of ETL task object. |
![]() |
Description | The Description property determines description (annotation) of ETL task object. |
![]() |
Id | The Id property determines identifier of ETL task object. |
![]() |
InputType | The InputType property returns input type of ETL task object. |
![]() |
IsActive | The IsActive property returns whether an object is included into ETL task. |
![]() |
Name | The Name property determines name of ETL task object. |
![]() |
ObjectType | The ObjectType property returns type of ETL task object. |
![]() |
ObjectTypeName | The ObjectTypeName property returns a name of ETL task object type. |
![]() |
OutputType | The OutputType property returns output type of ETL task object. |
![]() |
Task | The Task property returns the ETL task, in which an object is created. |
| Property name | Brief description | |
| ClearConsumer | The ClearConsumer property determines whether it is necessary to clear data consumer before adding records. | |
| Consumer | The Consumer property returns import or export object. | |
| KeyFieldNames | The KeyFieldNames property determines fields to find identical records in data provider and data consumer. | |
| PlainInput | The PlainInput property determines input fields list. |
| Method name | Brief description | |
![]() |
GetControlledObjects | The GetControlledObjects method returns the collection of descriptions of repository objects controlled by the current ETL task object. |
![]() |
Remove | The Remove method removes ETL task object. |
| Method name | Brief description | |
| Edit | The Edit method creates a data consumer copy for editing. | |
| FillDefault | The FillDefault method fills in fields based on data of consumer fields. | |
| Save | The Save method saves results of editing. |
See also: