BaseEndpointResultPropertyMappings Property |
Specifies mappings to properties of the object returned by the DataProvider or ActionExpression. These mappings are then returned in the response body as a (serialized) dictionary by this endpoint.
Namespace:
Colygon.MatchPoint.WebApi.Configuration.EndPoints
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public PropertyMapping[] ResultPropertyMappings { get; set; }
Property Value
Type:
PropertyMappingSee Also