AddInPropertyRegistrarRegister Method TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

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

Parameters

typeId
Type: Spotfire.Dxp.Application.ExtensionCustomTypeIdentifier
The data property type identifier.
propertyClass
Type: Spotfire.Dxp.DataDataPropertyClass
The property class, if this should be a table, analysis or column property.
defaultValue
Type: SystemObject
The default value for the property, may be null.
valueType
Type: Spotfire.Dxp.DataDataType
The data type of the property value.
attributes
Type: Spotfire.Dxp.DataDataPropertyAttributes
The attributes for property.
Version Information

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

Reference