다음을 통해 공유


IODataPathHandler 인터페이스

정의

OData 경로를 로 ODataPath 구문 분석하고 를 OData 링크로 변환하는 ODataPath 기능을 노출합니다.

public interface IODataPathHandler
type IODataPathHandler = interface
Public Interface IODataPathHandler
파생

속성

UrlKeyDelimiter

구문 분석하는 동안 사용할, 특히 키를 세그먼트로 인식할지 여부를 가져오거나 설정합니다 ODataUrlKeyDelimiter .

메서드

Link(ODataPath)

인스턴스 ODataPath 를 OData 링크로 변환합니다.

Parse(String, String, IServiceProvider)

지정된 OData 경로를 경로 ODataPath 에 대한 EDM 형식 및 엔터티 집합에 대한 추가 정보가 포함된 로 구문 분석합니다.

적용 대상