IPublicMethod Interface

Spotfire 14.2 API Reference
Interface for method which should be shown in the UI.

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

C#
public interface IPublicMethod

The IPublicMethod type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets a description of what the method does. This is shown in the user interface to describe to the user how to use the method.
Public propertyDisplayName
Gets the display name for method name. This is not the name used in expressions but the name shown in the UI.
Public propertyMethodCategory
Gets the data method category.
Public propertyName
Gets the name of the method as used in expressions.
Public propertySection
Gets which section should the method be part of, see the Sections class for predefined sections.
Top
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference