AddInDataSourceRegistrarRegisterT Method (CustomTypeIdentifier, LicensedFunction)

Spotfire 15.0 API Reference
Registers a new data source.

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

C#
public void Register<T>(
	CustomTypeIdentifier typeId,
	LicensedFunction requiredLicense
)
where T : new(), CustomDataSource

Parameters

typeId
Type: Spotfire.Dxp.Application.ExtensionCustomTypeIdentifier
The data source type identifier.
requiredLicense
Type: Spotfire.Dxp.Framework.LicenseLicensedFunction
The required license. Can be null.

Type Parameters

T
Version Information


See Also

Reference