IJsonValueMapperCreateMapping Method

Replaces or augments the default mapping generated for the data member.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
JsonValueMapping CreateMapping(
	DataMemberInfo dm,
	JsonMappingAttribute mapAttr,
	JsonValueMapping mapping
)

Parameters

dm  DataMemberInfo
The data member that was mapped.
mapAttr  JsonMappingAttribute
The JsonMappingAttribute decorating the data member and referring to the target JSON structure for which the mapping was/should be generated.
mapping  JsonValueMapping
The default mapping generated for the data member.

Return Value

JsonValueMapping
JsonValueMapping

See Also