InputDescriptor Constructor (Guid, String, String, FunctionInputType, Boolean)

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,
	bool isDataAlignmentRequired
)

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.
isDataAlignmentRequired
Type: SystemBoolean
If value is set to , then all the data inputs must be aligned, otherwise .
See Also