AddInPropertyRegistrarRegister Method

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference