FunctionInput Class

Class used to pass data to a function plug-in.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.FunctionsFunctionInput

Namespace: Dundas.BI.Data.Functions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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