C# Class Swashbuckle.OData.Tests.MillsSetup.MyAttributeRoutingConvention

Inheritance: System.Web.OData.Routing.Conventions.AttributeRoutingConvention
Show file Open project: rbeauchamp/Swashbuckle.OData

Public Methods

Method Description
MyAttributeRoutingConvention ( string routeName, System.Web.Http.HttpConfiguration configuration ) : System
MyAttributeRoutingConvention ( string routeName, System.Web.Http.HttpConfiguration configuration, IODataPathTemplateHandler pathTemplateHandler ) : System
MyAttributeRoutingConvention ( string routeName, IEnumerable controllers ) : System
MyAttributeRoutingConvention ( string routeName, IEnumerable controllers, IODataPathTemplateHandler pathTemplateHandler ) : System

Method Details

MyAttributeRoutingConvention() public method

public MyAttributeRoutingConvention ( string routeName, System.Web.Http.HttpConfiguration configuration ) : System
routeName string
configuration System.Web.Http.HttpConfiguration
return System

MyAttributeRoutingConvention() public method

public MyAttributeRoutingConvention ( string routeName, System.Web.Http.HttpConfiguration configuration, IODataPathTemplateHandler pathTemplateHandler ) : System
routeName string
configuration System.Web.Http.HttpConfiguration
pathTemplateHandler IODataPathTemplateHandler
return System

MyAttributeRoutingConvention() public method

public MyAttributeRoutingConvention ( string routeName, IEnumerable controllers ) : System
routeName string
controllers IEnumerable
return System

MyAttributeRoutingConvention() public method

public MyAttributeRoutingConvention ( string routeName, IEnumerable controllers, IODataPathTemplateHandler pathTemplateHandler ) : System
routeName string
controllers IEnumerable
pathTemplateHandler IODataPathTemplateHandler
return System