UnresolvedPathSegment Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Implementazione ODataPathSegment che rappresenta un segmento che non è stato possibile risolvere.
public class UnresolvedPathSegment : Microsoft.OData.UriParser.ODataPathSegment
type UnresolvedPathSegment = class
inherit ODataPathSegment
Public Class UnresolvedPathSegment
Inherits ODataPathSegment
- Ereditarietà
Costruttori
UnresolvedPathSegment(String) |
Inizializza una nuova istanza della classe UnresolvedPathSegment. |
Proprietà
EdmType |
Ottiene l'oggetto dell'oggetto IEdmTypeUnresolvedPathSegment. |
Identifier |
Restituisce l'identificatore per questo segmento, ad esempio parte stringa senza le chiavi. (Ereditato da ODataPathSegment) |
SegmentKind |
Ottiene il tipo di segmento per il segmento corrente. |
SegmentValue |
Ottiene il valore del segmento non risolto. |
Metodi
HandleWith(PathSegmentHandler) |
Gestire un'implementazione UnresolvedPathSegment di PathSegmentHandler |
ToString() |
Restituisce una classe String che rappresenta questa istanza. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Tradurre un'implementazione UnresolvedPathSegment di PathSegmentTranslator<T> |