ResultDescriptor Constructor (Guid, String, String, FunctionResultType, Boolean, String)

Initializes a new instance of the ResultDescriptor 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 ResultDescriptor(
	Guid id,
	string name,
	string description,
	FunctionResultType resultType,
	bool isResultAlignedWithInputData,
	string preferredFormat
)

Parameters

id
Type: SystemGuid
The current result ID.
name
Type: SystemString
Name of the result.
description
Type: SystemString
The result description.
resultType
Type: Dundas.BI.Data.FunctionsFunctionResultType
The result type.
isResultAlignedWithInputData
Type: SystemBoolean
If the parameter value is set to then the result data is aligned with the input data; otherwise . The value has meaning only when the result format is Standard.
preferredFormat
Type: SystemString
The preferred format for the current result.
Exceptions
ExceptionCondition
ArgumentExceptionresultType is not valid.
See Also