JsonMapGeneratorGetDataMemberTargetPath Method
Generates a JSON path to where a data members's value should be mapped to in a target format.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public string GetDataMemberTargetPath(
DataMemberInfo dataMember,
JsonMappingAttribute mapAttr
)
- 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.
StringThe target json path.