다음을 통해 공유


PropertyRoutingConvention 클래스

정의

구조적 속성 읽기를 처리하는 의 IODataRoutingConvention 구현입니다.

public class PropertyRoutingConvention : Microsoft.AspNet.OData.Routing.Conventions.NavigationSourceRoutingConvention
type PropertyRoutingConvention = class
    inherit NavigationSourceRoutingConvention
Public Class PropertyRoutingConvention
Inherits NavigationSourceRoutingConvention
상속
PropertyRoutingConvention

생성자

PropertyRoutingConvention()

구조적 속성 읽기를 처리하는 의 IODataRoutingConvention 구현입니다.

메서드

SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>)

OData 요청에 대한 작업을 선택합니다.

SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>)

OData 요청에 대한 작업을 선택합니다.

(다음에서 상속됨 NavigationSourceRoutingConvention)
SelectAction(RouteContext)

OData 요청에 대한 컨트롤러 및 작업을 선택합니다.

(다음에서 상속됨 NavigationSourceRoutingConvention)
SelectAction(RouteContext, SelectControllerResult, IEnumerable<ControllerActionDescriptor>)

OData 요청에 대한 작업을 선택합니다.

SelectAction(RouteContext, SelectControllerResult, IEnumerable<ControllerActionDescriptor>)

OData 요청에 대한 작업을 선택합니다.

(다음에서 상속됨 NavigationSourceRoutingConvention)
SelectController(ODataPath, HttpRequestMessage)

OData 요청에 대한 컨트롤러를 선택합니다.

(다음에서 상속됨 NavigationSourceRoutingConvention)

적용 대상