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.VirtualColumnsAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Property Value
Type: VirtualColumnAvailableInputCollectionRemarks
Version Information
See Also