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; }
<DataMemberAttribute(Name := "inputMappings", EmitDefaultValue := false)>
Public ReadOnly Property InputMappings As IList(Of KeyValuePairData)
Get
public:
[DataMemberAttribute(Name = L"inputMappings", EmitDefaultValue = false)]
property IList<KeyValuePairData^>^ InputMappings {
IList<KeyValuePairData^>^ get ();
}
[<DataMemberAttribute(Name = "inputMappings", EmitDefaultValue = false)>]
member InputMappings : IList<KeyValuePairData> with get
Property Value
Type:
IListKeyValuePairData
The input mappings.
See Also