Assembly: Etl;
Namespace: Prognoz.Platform.Interop.Etl;
The IEtlPlainDataUser interface contains properties and methods of the User Algorithm transformation object.
IEtlPlainDataUser
| Property name | Brief description | |
| ForeModule | Outdated. Use IEtlPlainDataUser.Module. | |
| ForeSub | The ForeSub property determines a macro that is used to transform data in ETL task. | |
| Module | The ForeModule property determines a unit with macros. | |
| PlainInputs | The PlainInputs property returns the object that contains input data source. | |
| PlainOutputs | The PlainOutputs property returns the object that contains output data sources. |
| Property name | Brief description | |
| ErrorOutput | The ErrorOutput property returns parameters of the specified output with error records. | |
| ErrorOverlimitPolicy | The ErrorOverlimitPolicy property determines the action executed on exceeding the maximum number of error records. | |
| ErrorStopLimit | The ErrorStopLimit property determines the maximum number of records passed to the error output. |
| 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. |
| Method name | Brief description | |
| Edit | The Edit method creates an object copy for editing. | |
| Save | The Save method saves editing results. |
| Method name | Brief description | |
| Remove | The Remove method removes ETL task object. |
See also: