Interface IColumnConverter
Interface for classes implementing a Column converter.
Namespace: HPE.Ianus.Scripting
Assembly: HPE.Ianus.dll
Syntax
public interface IColumnConverter
Methods
Convert(Object)
Converts the value of a column
Declaration
object Convert(object sourceValue)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sourceValue | Source value |
Returns
Type | Description |
---|---|
System.Object | Target value |
Initialize(Environment, Task, DBFieldPair)
Initializes the converter
Declaration
void Initialize(Environment env, Task task, DBFieldPair pair)
Parameters
Type | Name | Description |
---|---|---|
HPE.Ianus.Environment | env | Job's environment |
HPE.Ianus.Task | task | Task object |
HPE.Ianus.DBFieldPair | pair | Field pair details |