Open this page in the API Guide

FunctionInput Class

Class used to pass data to a function plug-in.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Functions.FunctionInput

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class FunctionInput

The FunctionInput type exposes the following members.

Constructors
  NameDescription
Public methodFunctionInput
Initializes a new instance of the FunctionInput class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the input caption.
Public propertyInputId
Gets the function input identifier.
Public propertyValues
Gets the values.
Top
See Also