AddIn PropertyRegistrar Register Method TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also