FileDataToFileDataContractMappings 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<FileSystemEntry, FileData>> ToFileDataContractMappings()
Public Shared Function ToFileDataContractMappings As ReadOnlyDictionary(Of String, Action(Of FileSystemEntry, FileData))
public:
static ReadOnlyDictionary<String^, Action<FileSystemEntry^, FileData^>^>^ ToFileDataContractMappings()
static member ToFileDataContractMappings : unit -> ReadOnlyDictionary<string, Action<FileSystemEntry, FileData>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionFileSystemEntry,
FileDataThe mapping rules.
See Also