ScriptProcessor Class

Class used to evaluate ConnectorElement defined using ConnectorElementExpression objects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.TransformsScriptProcessor

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ScriptProcessor

The ScriptProcessor type exposes the following members.

Constructors
  NameDescription
Public methodScriptProcessor(Transform)
Initializes a new instance of the ScriptProcessor class.
Public methodScriptProcessor(OutputConnector, DataBuffer)
Initializes a new instance of the ScriptProcessor class.
Top
Properties
  NameDescription
Public propertyBuffer
Gets the data buffer.
Public propertyExpressionCount
Gets the process expression count the current instance is setup to compute.
Public propertyLookAheadRecords
Gets the number of records that need to be preloaded to enable computations. If all records are required,-1 is returned.
Public propertyLookBehindRecords
Gets the number of records that need to be preserved in memory to enable computations. If all records are required,-1 is returned.
Public propertyRequiredBufferSize
Gets the size of the required buffer. If all records are required,-1 is returned.
Top
Methods
  NameDescription
Public methodEvaluateOutputExpressions
Evaluates the output expressions and updates the data buffer accordingly.
Public methodFinishedProcessing
Method to call when the processing is finished, to return instances of the scripting engine to the cache.
Top
See Also