CustomColumnMethodT Constructor (String, String, DataType, String, String, String)

Spotfire 15.0 API Reference
Create a new column based method.

Namespace:  Spotfire.Dxp.Application.Extension
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
protected CustomColumnMethod(
	string name,
	string methodNamespace,
	DataType resultType,
	string displayName,
	string description,
	string section
)

Parameters

name
Type: SystemString
The name of the method.
methodNamespace
Type: SystemString
The namespace for the method.
resultType
Type: Spotfire.Dxp.DataDataType
The result data type of this method.
displayName
Type: SystemString
The display name.
description
Type: SystemString
The description.
section
Type: SystemString
The section.
Version Information


See Also

Reference