ODataPathSegment 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.
Rappresentazione semantica di un segmento in un percorso.
public abstract class ODataPathSegment
type ODataPathSegment = class
Public MustInherit Class ODataPathSegment
- Ereditarietà
-
ODataPathSegment
- Derivato
Costruttori
ODataPathSegment() |
Crea un nuovo segmento. |
Proprietà
EdmType |
Ottiene l'oggetto dell'oggetto IEdmTypeODataPathSegment. |
Identifier |
Restituisce l'identificatore per questo segmento, ad esempio parte stringa senza le chiavi. |
Metodi
HandleWith(PathSegmentHandler) |
Gestire un ODataPathSegment oggetto usando un'implementazione di un oggetto PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Tradurre un ODataPathSegment oggetto usando un'implementazione diPathSegmentTranslator<T> . |