Share via


ODataQueryOptionParser Constructors

Definition

Overloads

ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>)

Constructor for ODataQueryOptionParser

ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>)

Constructor for ODataQueryOptionParser

ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>, IServiceProvider)

Constructor for ODataQueryOptionParser

ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>, IServiceProvider)

Constructor for ODataQueryOptionParser

ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>)

Constructor for 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))

Parameters

model
IEdmModel

Model to use for metadata binding.

odataPath
ODataPath

The odata path to apply the query option on.

queryOptions
IDictionary<String,String>

The dictionary storing query option key-value pairs.

Applies to

ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>)

Constructor for 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))

Parameters

model
IEdmModel

Model to use for metadata binding.

targetEdmType
IEdmType

The target EdmType to apply the query option on.

targetNavigationSource
IEdmNavigationSource

The target navigation source to apply the query option on.

queryOptions
IDictionary<String,String>

The dictionary storing query option key-value pairs.

Applies to

ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>, IServiceProvider)

Constructor for 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)

Parameters

model
IEdmModel

Model to use for metadata binding.

odataPath
ODataPath

The odata path to apply the query option on.

queryOptions
IDictionary<String,String>

The dictionary storing query option key-value pairs.

container
IServiceProvider

The optional dependency injection container to get related services for URI parsing.

Applies to

ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>, IServiceProvider)

Constructor for 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)

Parameters

model
IEdmModel

Model to use for metadata binding.

targetEdmType
IEdmType

The target EdmType to apply the query option on.

targetNavigationSource
IEdmNavigationSource

The target navigation source to apply the query option on.

queryOptions
IDictionary<String,String>

The dictionary storing query option key-value pairs.

container
IServiceProvider

The optional dependency injection container to get related services for URI parsing.

Applies to