Interface IColumnMatcher
Interface for classes implementing a Column matcher.
Namespace: HPE.Ianus.Scripting
Assembly: HPE.Ianus.dll
Syntax
public interface IColumnMatcher
Methods
Initialize(Environment, Task, Column)
Initializes the matcher
Declaration
void Initialize(Environment env, Task task, Column column)
Parameters
| Type | Name | Description |
|---|---|---|
| HPE.Ianus.Environment | env | Job's environment |
| HPE.Ianus.Task | task | Task object |
| HPE.Ianus.RDBMS.Column | column |
Matches(Object)
Matches the columns
Declaration
bool Matches(object sourceValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sourceValue | Source value |
Returns
| Type | Description |
|---|---|
| System.Boolean | true, if the columns matchers |
Settle()
Declaration
void Settle()