AddInPropertyRegistrarRegister Method

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference