M-Files Vault Application Framework
C#
Show/Hide TOC
Object
To
Array
Mapper Class
Maps the
ObjectToArrayConverter
TObject
onto mappings that have the
Definition
Namespace:
MFiles.VAF.Configuration.JsonMapping.Mappers
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
class
ObjectToArrayMapper
:
IJsonValueMapper
Inheritance
Object
ObjectToArrayMapper
Implements
IJsonValueMapper
Constructors
ObjectToArrayMapper
Methods
CanMap
Determines if this mapper can generate or augment the mapping for a particular data member.
CreateMapping
Augments the default mapping or generates a new one.
See Also
Reference
MFiles.VAF.Configuration.JsonMapping.Mappers Namespace
In This Article
Definition
Constructors
Methods
See Also