DataProperty CreateCustomPrototype Method (String, Object, DataType, DataPropertyAttributes) TIBCO Spotfire 6.0 API Reference
Creates a prototype for a custom data property.

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

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

Parameters

propertyName
Type: System String
The property name, must be a qualified name.
defaultValue
Type: System Object
The default value.
dataType
Type: Spotfire.Dxp.Data DataType
The data type.
attributes
Type: Spotfire.Dxp.Data DataPropertyAttributes
The property attributes.

Return Value

Type: DataProperty
A data property prototype.
See Also