InputDescriptor Constructor (Guid, String, String, FunctionInputType)

Initializes a new instance of the InputDescriptor class.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public InputDescriptor(
	Guid id,
	string name,
	string description,
	FunctionInputType inputType
)

Parameters

id
Type: SystemGuid
The data input ID.
name
Type: SystemString
Name of the input.
description
Type: SystemString
The input description.
inputType
Type: Dundas.BI.Data.FunctionsFunctionInputType
The data input type.
See Also