JsonMapGeneratorGetMappingAttribute Method
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public JsonMappingAttribute GetMappingAttribute(
DataMemberInfo dataMember,
string target
)
- dataMember DataMemberInfo
- The data member to get the attribute for.
- target String
- The JSON format the attribute should target.
JsonMappingAttributeAn applicable attribute if found, null otherwise.