C# 클래스 Swashbuckle.OData.Tests.MillsSetup.MyAttributeRoutingConvention

상속: System.Web.OData.Routing.Conventions.AttributeRoutingConvention
파일 보기 프로젝트 열기: rbeauchamp/Swashbuckle.OData

공개 메소드들

메소드 설명
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

메소드 상세

MyAttributeRoutingConvention() 공개 메소드

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

MyAttributeRoutingConvention() 공개 메소드

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

MyAttributeRoutingConvention() 공개 메소드

public MyAttributeRoutingConvention ( string routeName, IEnumerable controllers ) : System
routeName string
controllers IEnumerable
리턴 System

MyAttributeRoutingConvention() 공개 메소드

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