ScriptProcessor Class |
Namespace: Dundas.BI.Data.Transforms
The ScriptProcessor type exposes the following members.
Name | Description | |
---|---|---|
ScriptProcessor(Transform) |
Initializes a new instance of the ScriptProcessor class.
| |
ScriptProcessor(OutputConnector, DataBuffer) |
Initializes a new instance of the ScriptProcessor class.
|
Name | Description | |
---|---|---|
Buffer |
Gets the data buffer.
| |
ExpressionCount |
Gets the process expression count the current instance is setup to compute.
| |
LookAheadRecords |
Gets the number of records that need to be preloaded to enable computations. If all records are required,-1 is returned.
| |
LookBehindRecords |
Gets the number of records that need to be preserved in memory to enable computations. If all records are required,-1 is returned.
| |
RequiredBufferSize |
Gets the size of the required buffer. If all records are required,-1 is returned.
|
Name | Description | |
---|---|---|
EvaluateOutputExpressions |
Evaluates the output expressions and updates the data buffer accordingly.
| |
FinishedProcessing |
Method to call when the processing is finished, to return instances of the scripting engine to the cache.
|