DataTransformationConnectionGetPromptModelsCore Method TIBCO Spotfire 7.6 API Reference
This method is used to provide the prompt models that should be used for the data source.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
protected abstract IEnumerable<Object> GetPromptModelsCore()

Return Value

Type: IEnumerableObject
An enumeration of the prompt models.
Remarks

This method should return all the prompt models that are to be used for the data source. Instead of using the PromptService.Prompt method this method should be used. All prompt models will be prompted before the ExecuteQueryCore method is called.

A prompt model is any object which has a view registered to it. View registration can be done in the AddIn class by overriding the RegisterViews method.

Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference