Compartir a través de


ParseDynamicPathSegment Delegado

Definición

Representa un delegado para analizar un segmento de ruta de acceso desconocido o un segmento de propiedad abierto.

public delegate System.Collections.Generic.ICollection<Microsoft.OData.UriParser.ODataPathSegment> ParseDynamicPathSegment(ODataPathSegment previous, string identifier, string parenthesisExpression);
type ParseDynamicPathSegment = delegate of ODataPathSegment * string * string -> ICollection<ODataPathSegment>
Public Delegate Function ParseDynamicPathSegment(previous As ODataPathSegment, identifier As String, parenthesisExpression As String) As ICollection(Of ODataPathSegment) 

Parámetros

previous
ODataPathSegment

información de segmento anterior.

identifier
String

nombre del segmento.

parenthesisExpression
String

Sección del segmento entre paréntesis o null si no había ninguno.

Valor devuelto

Colección de que ODataPathSegment describe el objeto especificado. identifier

Se aplica a