CustomAggregationMethod Constructor (String, String, DataType, String, String, String) TIBCO Spotfire 6.0 API Reference
Create a new aggregation method.

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

protected CustomAggregationMethod(
	string name,
	string methodNamespace,
	DataType resultType,
	string displayName,
	string description,
	string section
)

Parameters

name
Type: System String
The name of the method.
methodNamespace
Type: System String
The namespace for the method.
resultType
Type: Spotfire.Dxp.Data DataType
The result data type of this method.
displayName
Type: System String
The display name.
description
Type: System String
The description.
section
Type: System String
The section.
See Also