JsonMapGeneratorGetDataMemberTargetPath Method

Generates a JSON path to where a data members's value should be mapped to in a target format.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public string GetDataMemberTargetPath(
	DataMemberInfo dataMember,
	JsonMappingAttribute mapAttr
)

Parameters

dataMember  DataMemberInfo
The data member to generate the path for.
mapAttr  JsonMappingAttribute
The mapping attribute for which the path is being generated, which contains a reference to the target format and path.

Return Value

String
The target json path.

See Also