ResultDescriptor Constructor (Guid, String, 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 symbol,
	string description,
	FunctionResultType resultType,
	bool isResultAlignedWithInputData,
	string preferredFormat
)

Parameters

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