다음을 통해 공유


ODataQueryOptionParser 생성자

정의

오버로드

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 구문 분석 관련 서비스를 가져오는 선택적 종속성 주입 컨테이너입니다.

적용 대상