ReferenceSegment 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.
Segmento che rappresenta $ref in un percorso.
public sealed class ReferenceSegment : Microsoft.OData.UriParser.ODataPathSegment
type ReferenceSegment = class
inherit ODataPathSegment
Public NotInheritable Class ReferenceSegment
Inherits ODataPathSegment
- Ereditarietà
Costruttori
ReferenceSegment(IEdmNavigationSource) |
Creare un segmento che rappresenta $ref. |
Proprietà
EdmType |
Ottiene l'oggetto dell'oggetto IEdmTypeReferenceSegment. |
Identifier |
Restituisce l'identificatore per questo segmento, ad esempio parte stringa senza le chiavi. (Ereditato da ODataPathSegment) |
Metodi
HandleWith(PathSegmentHandler) |
Gestire un ReferenceSegment oggetto usando un'istanza di PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Tradurre un ReferenceSegment oggetto usando un'istanza di PathSegmentTranslator<T>. |