FunctionDefinitionGetMetadata Method

Populates the function metadata by describing the data inputs, the function parameters and results.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
protected abstract string GetMetadata(
	out IList<InputDescriptor> dataInputs,
	out IList<ComponentSetting> settings,
	out IList<ResultDescriptor> results
)

Parameters

dataInputs
Type: System.Collections.GenericIListInputDescriptor
The data inputs.
settings
Type: System.Collections.GenericIListComponentSetting
The function settings.
results
Type: System.Collections.GenericIListResultDescriptor
The results.

Return Value

Type: String
The formula symbol to be used in scripts.
See Also