InnerPathToken(String, QueryToken, IEnumerable<NamedValue>) Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Cree un nuevo StartPathToken según el identificador y NextToken y namedValues, si existe.
public InnerPathToken (string identifier, Microsoft.OData.UriParser.QueryToken nextToken, System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.NamedValue> namedValues);
new Microsoft.OData.UriParser.InnerPathToken : string * Microsoft.OData.UriParser.QueryToken * seq<Microsoft.OData.UriParser.NamedValue> -> Microsoft.OData.UriParser.InnerPathToken
Public Sub New (identifier As String, nextToken As QueryToken, namedValues As IEnumerable(Of NamedValue))
Parámetros
- identifier
- String
Identificador del segmento, el identificador.
- nextToken
- QueryToken
El segmento NextToken o null si se trata del segmento raíz.
- namedValues
- IEnumerable<NamedValue>
Los valores con nombre de la búsqueda de claves para este segmento.