Click or drag to resize

PluginOnRecordReady Method

Called when a record has been parsed and is ready for save.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public virtual ActionCode OnRecordReady(
	IEngine engine,
	IRecord record
)

Parameters

engine
Type: Opait.ReportMiner.ApiIEngine
The export engine.
record
Type: Opait.ReportMiner.ApiIRecord
The parsed record.

Return Value

Type: ActionCode
A code to instruct the engine on how to proceed.

Implements

IPluginOnRecordReady(IEngine, IRecord)
See Also