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.EndPointsAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public PropertyMapping[] ResultPropertyMappings { get; set; }
Property Value
Type:
PropertyMappingSee Also