C# Class Swashbuckle.OData.Tests.RestierControllerSelector

Inheritance: System.Web.Http.Dispatcher.DefaultHttpControllerSelector
Show file Open project: rbeauchamp/Swashbuckle.OData

Public Methods

Method Description
GetControllerMapping ( ) : HttpControllerDescriptor>.IDictionary
RestierControllerSelector ( System.Web.Http.HttpConfiguration configuration ) : System.Collections.Generic

Initializes a new instance of the UnitTestControllerSelector class.

Method Details

GetControllerMapping() public method

public GetControllerMapping ( ) : HttpControllerDescriptor>.IDictionary
return HttpControllerDescriptor>.IDictionary

RestierControllerSelector() public method

Initializes a new instance of the UnitTestControllerSelector class.
public RestierControllerSelector ( System.Web.Http.HttpConfiguration configuration ) : System.Collections.Generic
configuration System.Web.Http.HttpConfiguration The configuration.
return System.Collections.Generic