ODataQueryOptionParser Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>) |
Constructeur pour ODataQueryOptionParser |
ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>) |
Constructeur pour ODataQueryOptionParser |
ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>, IServiceProvider) |
Constructeur pour ODataQueryOptionParser |
ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>, IServiceProvider) |
Constructeur pour ODataQueryOptionParser |
ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>)
Constructeur pour 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))
Paramètres
- model
- IEdmModel
Modèle à utiliser pour la liaison de métadonnées.
- odataPath
- ODataPath
Chemin odata sur lequel appliquer l’option de requête.
- queryOptions
- IDictionary<String,String>
Dictionnaire stockant des paires clé-valeur d’option de requête.
S’applique à
ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>)
Constructeur pour 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))
Paramètres
- model
- IEdmModel
Modèle à utiliser pour la liaison de métadonnées.
- targetEdmType
- IEdmType
EdmType cible sur lequel appliquer l’option de requête.
- targetNavigationSource
- IEdmNavigationSource
Source de navigation cible sur laquelle appliquer l’option de requête.
- queryOptions
- IDictionary<String,String>
Dictionnaire stockant des paires clé-valeur d’option de requête.
S’applique à
ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>, IServiceProvider)
Constructeur pour 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)
Paramètres
- model
- IEdmModel
Modèle à utiliser pour la liaison de métadonnées.
- odataPath
- ODataPath
Chemin odata sur lequel appliquer l’option de requête.
- queryOptions
- IDictionary<String,String>
Dictionnaire stockant des paires clé-valeur d’option de requête.
- container
- IServiceProvider
Conteneur d’injection de dépendances facultatif pour obtenir des services associés pour l’analyse d’URI.
S’applique à
ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>, IServiceProvider)
Constructeur pour 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)
Paramètres
- model
- IEdmModel
Modèle à utiliser pour la liaison de métadonnées.
- targetEdmType
- IEdmType
EdmType cible sur lequel appliquer l’option de requête.
- targetNavigationSource
- IEdmNavigationSource
Source de navigation cible sur laquelle appliquer l’option de requête.
- queryOptions
- IDictionary<String,String>
Dictionnaire stockant des paires clé-valeur d’option de requête.
- container
- IServiceProvider
Conteneur d’injection de dépendances facultatif pour obtenir des services associés pour l’analyse d’URI.