Click or drag to resize
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.EndPoints
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public BaseDataProvider DataProvider { get; set; }

Property Value

Type: BaseDataProvider
See Also