AddIn VirtualColumnRegistrar Register TColumnProducer, TVirtualWorker  Method (CustomTypeIdentifier) 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
)
where TColumnProducer : new(), CustomVirtualColumnProducer 
where TVirtualWorker : new(), CustomVirtualValueWorker<TColumnProducer>
Type Parameters

TColumnProducer
The type of the CustomVirtualColumnProducer.
TVirtualWorker
The type of the value worker.
Remarks

The producer will not be license controlled.
See Also