Assembly: Etl;
Namespace: Prognoz.Platform.Interop.Etl;
The IEtlPlainDataFixedUser interface is used to work with user algorithm based on template.
IEtlPlainDataFixedUser
To create a user algorithm based on template, use the IEtlTask.Create method.
| Property name | Brief description | |
| PlainInputs | The PlainInputs property returns the object that contains data source inputs. | |
| PlainOutputs | The PlainOutputs property returns the object that contains data consumer inputs. | |
| Template | The Template property determines a template for user algorithm. |
| 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. |
| Method name | Brief description | |
| Edit | The Edit method creates a copy of user algorithm based in edit template. | |
| Save | The Save method saves changes made with user algorithm based on template. |
| Method name | Brief description | |
| Remove | The Remove method removes ETL task object. |
See also: