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