Condividi tramite


ODataQueryOptionParser Costruttori

Definizione

Overload

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

Costruttore per ODataQueryOptionParser

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

Costruttore per ODataQueryOptionParser

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

Costruttore per ODataQueryOptionParser

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

Costruttore per ODataQueryOptionParser

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

Costruttore per 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))

Parametri

model
IEdmModel

Modello da utilizzare per l'associazione di metadati.

odataPath
ODataPath

Percorso odata in cui applicare l'opzione di query.

queryOptions
IDictionary<String,String>

Dizionario che archivia le coppie chiave-valore dell'opzione di query.

Si applica a

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

Costruttore per 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))

Parametri

model
IEdmModel

Modello da utilizzare per l'associazione di metadati.

targetEdmType
IEdmType

Oggetto EdmType di destinazione in cui applicare l'opzione di query.

targetNavigationSource
IEdmNavigationSource

Origine di navigazione di destinazione in cui applicare l'opzione di query.

queryOptions
IDictionary<String,String>

Dizionario che archivia le coppie chiave-valore dell'opzione di query.

Si applica a

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

Costruttore per 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)

Parametri

model
IEdmModel

Modello da utilizzare per l'associazione di metadati.

odataPath
ODataPath

Percorso odata in cui applicare l'opzione di query.

queryOptions
IDictionary<String,String>

Dizionario che archivia le coppie chiave-valore dell'opzione di query.

container
IServiceProvider

Contenitore facoltativo di inserimento delle dipendenze per ottenere i servizi correlati per l'analisi dell'URI.

Si applica a

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

Costruttore per 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)

Parametri

model
IEdmModel

Modello da utilizzare per l'associazione di metadati.

targetEdmType
IEdmType

Oggetto EdmType di destinazione in cui applicare l'opzione di query.

targetNavigationSource
IEdmNavigationSource

Origine di navigazione di destinazione in cui applicare l'opzione di query.

queryOptions
IDictionary<String,String>

Dizionario che archivia le coppie chiave-valore dell'opzione di query.

container
IServiceProvider

Contenitore facoltativo di inserimento delle dipendenze per ottenere i servizi correlati per l'analisi dell'URI.

Si applica a