M-Files Vault Application Framework
C#
Show/Hide TOC
MFIdentifier
To
IDMapper
Can
Map Method
Determines if this mapper can generate or augment the mapping for a particular data member.
Definition
Namespace:
MFiles.VAF.Configuration.JsonMapping.Mappers
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
bool
CanMap
(
DataMemberInfo
dm
,
JsonMappingAttribute
mapAttr
)
Parameters
dm
DataMemberInfo
The data member to check.
mapAttr
JsonMappingAttribute
The data member's mapping attribute.
Return Value
Boolean
True if the mapper can/wants to handle the mapping, false otherwise.
Implements
IJsonValueMapper
CanMap(DataMemberInfo, JsonMappingAttribute)
See Also
Reference
MFIdentifierToIDMapper Class
MFiles.VAF.Configuration.JsonMapping.Mappers Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also