BaseEndpointDataProvider Property |
Specifies a data provider to retrieve data that is returned by this endpoint. Note that this is ignored if an 'ActionExpression' is defined.
Namespace: Colygon.MatchPoint.WebApi.Configuration.EndPointsAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public BaseDataProvider DataProvider { get; set; }
Property Value
Type:
BaseDataProviderSee Also