VirtualColumnProducer AvailableInputs Property TIBCO Spotfire 6.0 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, IEnumerable DataColumnSignature ) 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

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.
See Also