SubsetFunctionGetMetadata Method

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

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

Parameters

dataInputs  IListInputDescriptor
The data inputs.
settings  IListComponentSetting
The function settings.
results  IListResultDescriptor
The results.

Return Value

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