ActionDataInputMappings Property

Gets the input mappings where the ID is the unique name of the column to set, and the value is the ID of the adapter or view parameter to use to set it.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "inputMappings", EmitDefaultValue = false)]
public IList<KeyValuePairData> InputMappings { get; }

Property Value

Type: IListKeyValuePairData
The input mappings.
See Also