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: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
protected abstract IEnumerable<Object> GetPromptModelsCore()
Return Value
Type: IEnumerableObjectAn enumeration of the prompt models.
Remarks
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also