VirtualColumnProducerAvailableInputs Property

Spotfire 14.3 API Reference
Gets the signatures for any input columns that are possible to choose from as inputs. In a typical scenario they would be exposed either to the end user in the UI or through the api for an apiuser to select among. Once some are selected they can be used in SetInputs(VirtualColumnInputIdentifier, IEnumerableDataColumnSignature) to set the inputs for a particular VirtualColumnInputIdentifier. Each output column is associated with an identifier and thus the set inputs in ConfigureColumnsCore(VirtualColumnsConfigurator).

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

C#
protected VirtualColumnAvailableInputCollection AvailableInputs { get; }

Property Value

Type: VirtualColumnAvailableInputCollection
Remarks

This will exclude any columns that are produced by the producer itself or otherwise dependent on the producer.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference