M-Files Vault Application Framework
C#
Show/Hide TOC
IJson
Value
Mapper Interface
Interface for an object that can alter the default mapping generation done by
JsonMapGenerator
.
Definition
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
interface
IJsonValueMapper
Methods
CanMap
Indicates whether this mapper wants to (can) override the default mapping generation for this data member.
CreateMapping
Replaces or augments the default mapping generated for the data member.
See Also
Reference
MFiles.VAF.Configuration.JsonMapping Namespace
In This Article
Definition
Methods
See Also