M-Files Vault Application Framework
C#
Show/Hide TOC
Json
Map
Generator
Custom
Mappers Property
Custom mappers to use while generating the JsonMaps for a type.
Definition
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
List
<
IJsonValueMapper
>
CustomMappers
{
get
; }
Property Value
List
IJsonValueMapper
See Also
Reference
JsonMapGenerator Class
MFiles.VAF.Configuration.JsonMapping Namespace
In This Article
Definition
See Also