BatchSegment 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 $batch.
public sealed class BatchSegment : Microsoft.OData.UriParser.ODataPathSegment
type BatchSegment = class
inherit ODataPathSegment
Public NotInheritable Class BatchSegment
Inherits ODataPathSegment
- Ereditarietà
Campi
Instance |
Ottiene l'istanza singleton del segmento batch. |
Proprietà
EdmType |
Ottiene l'oggetto IEdmType di BatchSegment, che è sempre Null. |
Identifier |
Restituisce l'identificatore per questo segmento, ovvero la parte stringa senza le chiavi. (Ereditato da ODataPathSegment) |
Metodi
HandleWith(PathSegmentHandler) |
Gestire un BatchSegment oggetto usando un'implementazione di PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Tradurre un oggetto BatchSegment in un altro elemento usando un'implementazione di PathSegmentTranslator<T>. |