MeasureSortingDataToDataContractMappings Method |
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static ReadOnlyDictionary<string, Action<MeasureSorting, MeasureSortingData>> ToDataContractMappings()
Public Shared Function ToDataContractMappings As ReadOnlyDictionary(Of String, Action(Of MeasureSorting, MeasureSortingData))
public:
static ReadOnlyDictionary<String^, Action<MeasureSorting^, MeasureSortingData^>^>^ ToDataContractMappings()
static member ToDataContractMappings : unit -> ReadOnlyDictionary<string, Action<MeasureSorting, MeasureSortingData>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionMeasureSorting,
MeasureSortingDataThe mapping rules.
See Also