BatchSegment Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Segment qui représente $batch
public sealed class BatchSegment : Microsoft.OData.UriParser.ODataPathSegment
type BatchSegment = class
inherit ODataPathSegment
Public NotInheritable Class BatchSegment
Inherits ODataPathSegment
- Héritage
Champs
Instance |
Obtient l'instance singleton du segment de lot. |
Propriétés
EdmType |
Obtient le IEdmType de ce BatchSegment, qui est toujours null. |
Identifier |
Retourne l’identificateur de ce segment, c’est-à-dire la partie chaîne sans les clés. (Hérité de ODataPathSegment) |
Méthodes
HandleWith(PathSegmentHandler) |
Gérez un à BatchSegment l’aide d’une implémentation de PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduisez un BatchSegment en autre chose à l’aide d’une implémentation de PathSegmentTranslator<T>. |