ODataQueryOptionParser 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>) |
ODataQueryOptionParser 생성자 |
ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>) |
ODataQueryOptionParser 생성자 |
ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>, IServiceProvider) |
ODataQueryOptionParser 생성자 |
ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>, IServiceProvider) |
ODataQueryOptionParser 생성자 |
ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>)
ODataQueryOptionParser 생성자
public ODataQueryOptionParser (Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.UriParser.ODataPath odataPath, System.Collections.Generic.IDictionary<string,string> queryOptions);
new Microsoft.OData.UriParser.ODataQueryOptionParser : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.UriParser.ODataPath * System.Collections.Generic.IDictionary<string, string> -> Microsoft.OData.UriParser.ODataQueryOptionParser
Public Sub New (model As IEdmModel, odataPath As ODataPath, queryOptions As IDictionary(Of String, String))
매개 변수
- model
- IEdmModel
메타데이터 바인딩에 사용할 모델입니다.
- odataPath
- ODataPath
쿼리 옵션을 적용할 odata 경로입니다.
- queryOptions
- IDictionary<String,String>
쿼리 옵션 키-값 쌍을 저장하는 사전입니다.
적용 대상
ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>)
ODataQueryOptionParser 생성자
public ODataQueryOptionParser (Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmType targetEdmType, Microsoft.OData.Edm.IEdmNavigationSource targetNavigationSource, System.Collections.Generic.IDictionary<string,string> queryOptions);
new Microsoft.OData.UriParser.ODataQueryOptionParser : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.IEdmType * Microsoft.OData.Edm.IEdmNavigationSource * System.Collections.Generic.IDictionary<string, string> -> Microsoft.OData.UriParser.ODataQueryOptionParser
Public Sub New (model As IEdmModel, targetEdmType As IEdmType, targetNavigationSource As IEdmNavigationSource, queryOptions As IDictionary(Of String, String))
매개 변수
- model
- IEdmModel
메타데이터 바인딩에 사용할 모델입니다.
- targetEdmType
- IEdmType
쿼리 옵션을 적용할 대상 EdmType입니다.
- targetNavigationSource
- IEdmNavigationSource
쿼리 옵션을 적용할 대상 탐색 원본입니다.
- queryOptions
- IDictionary<String,String>
쿼리 옵션 키-값 쌍을 저장하는 사전입니다.
적용 대상
ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>, IServiceProvider)
ODataQueryOptionParser 생성자
public ODataQueryOptionParser (Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.UriParser.ODataPath odataPath, System.Collections.Generic.IDictionary<string,string> queryOptions, IServiceProvider container);
new Microsoft.OData.UriParser.ODataQueryOptionParser : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.UriParser.ODataPath * System.Collections.Generic.IDictionary<string, string> * IServiceProvider -> Microsoft.OData.UriParser.ODataQueryOptionParser
Public Sub New (model As IEdmModel, odataPath As ODataPath, queryOptions As IDictionary(Of String, String), container As IServiceProvider)
매개 변수
- model
- IEdmModel
메타데이터 바인딩에 사용할 모델입니다.
- odataPath
- ODataPath
쿼리 옵션을 적용할 odata 경로입니다.
- queryOptions
- IDictionary<String,String>
쿼리 옵션 키-값 쌍을 저장하는 사전입니다.
- container
- IServiceProvider
URI 구문 분석 관련 서비스를 가져오는 선택적 종속성 주입 컨테이너입니다.
적용 대상
ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>, IServiceProvider)
ODataQueryOptionParser 생성자
public ODataQueryOptionParser (Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmType targetEdmType, Microsoft.OData.Edm.IEdmNavigationSource targetNavigationSource, System.Collections.Generic.IDictionary<string,string> queryOptions, IServiceProvider container);
new Microsoft.OData.UriParser.ODataQueryOptionParser : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.IEdmType * Microsoft.OData.Edm.IEdmNavigationSource * System.Collections.Generic.IDictionary<string, string> * IServiceProvider -> Microsoft.OData.UriParser.ODataQueryOptionParser
Public Sub New (model As IEdmModel, targetEdmType As IEdmType, targetNavigationSource As IEdmNavigationSource, queryOptions As IDictionary(Of String, String), container As IServiceProvider)
매개 변수
- model
- IEdmModel
메타데이터 바인딩에 사용할 모델입니다.
- targetEdmType
- IEdmType
쿼리 옵션을 적용할 대상 EdmType입니다.
- targetNavigationSource
- IEdmNavigationSource
쿼리 옵션을 적용할 대상 탐색 원본입니다.
- queryOptions
- IDictionary<String,String>
쿼리 옵션 키-값 쌍을 저장하는 사전입니다.
- container
- IServiceProvider
URI 구문 분석 관련 서비스를 가져오는 선택적 종속성 주입 컨테이너입니다.