AddIn PropertyRegistrar Register Method TIBCO Spotfire 7.0 API Reference
Register a new property, this will be added as a DataProperty in the DataPropertyRegistry.

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

public void Register(
	CustomTypeIdentifier typeId,
	DataPropertyClass propertyClass,
	Object defaultValue,
	DataType valueType,
	DataPropertyAttributes attributes
)

Parameters

typeId
Type: Spotfire.Dxp.Application.Extension CustomTypeIdentifier
The data property type identifier.
propertyClass
Type: Spotfire.Dxp.Data DataPropertyClass
The property class, if this should be a table, analysis or column property.
defaultValue
Type: System Object
The default value for the property, may be null.
valueType
Type: Spotfire.Dxp.Data DataType
The data type of the property value.
attributes
Type: Spotfire.Dxp.Data DataPropertyAttributes
The attributes for property.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also