JsonMapGeneratorGetMappingAttribute Method |
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic JsonMappingAttribute GetMappingAttribute(
DataMemberInfo dataMember,
string target
)
Public Function GetMappingAttribute (
dataMember As DataMemberInfo,
target As String
) As JsonMappingAttribute
public:
JsonMappingAttribute^ GetMappingAttribute(
DataMemberInfo^ dataMember,
String^ target
)
Parameters
- dataMember
- Type: MFiles.VAF.Configuration.JsonMappingDataMemberInfo
The data member to get the attribute for. - target
- Type: SystemString
The JSON format the attribute should target.
Return Value
Type:
JsonMappingAttributeAn applicable attribute if found, null otherwise.
See Also