ObjectToArrayMapperCanMap 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#
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

IJsonValueMapperCanMap(DataMemberInfo, JsonMappingAttribute)

See Also