DataPropertyCreateCustomPrototype Method (String, String, Object, DataType, DataPropertyAttributes)

Spotfire 14.3 API Reference
Creates a prototype for a custom data property.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public static DataProperty CreateCustomPrototype(
	string propertyName,
	string description,
	Object defaultValue,
	DataType dataType,
	DataPropertyAttributes attributes
)

Parameters

propertyName
Type: SystemString
The property name, must be a qualified name.
description
Type: SystemString
The description of the property.
defaultValue
Type: SystemObject
The default value.
dataType
Type: Spotfire.Dxp.DataDataType
The value type.
attributes
Type: Spotfire.Dxp.DataDataPropertyAttributes
The property attributes.

Return Value

Type: DataProperty
A data property prototype.
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