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.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string GetDataMemberTargetPath(
DataMemberInfo dataMember,
JsonMappingAttribute mapAttr
)
Public Function GetDataMemberTargetPath (
dataMember As DataMemberInfo,
mapAttr As JsonMappingAttribute
) As String
public:
String^ GetDataMemberTargetPath(
DataMemberInfo^ dataMember,
JsonMappingAttribute^ mapAttr
)
Parameters
- dataMember
- Type: MFiles.VAF.Configuration.JsonMappingDataMemberInfo
The data member to generate the path for. - mapAttr
- Type: MFiles.VAF.Configuration.JsonMappingJsonMappingAttribute
The mapping attribute for which the path is being generated, which contains
a reference to the target format and path.
Return Value
Type:
StringThe target json path.
See Also