AddIn VirtualColumnRegistrar Register TColumnProducer, TVirtualWorker  Method (CustomTypeIdentifier, LicensedFunction) TIBCO Spotfire 6.0 API Reference
Register a virtual column producer.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Register<TColumnProducer, TVirtualWorker>(
	CustomTypeIdentifier typeId,
	LicensedFunction requiredLicense
)
where TColumnProducer : new(), CustomVirtualColumnProducer 
where TVirtualWorker : new(), CustomVirtualValueWorker<TColumnProducer>
Type Parameters

TColumnProducer
The type of the CustomVirtualColumnProducer.
TVirtualWorker
The type of the value worker.
See Also