ODataCollectionStart 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.
Représentation OData d'une collection de niveau supérieur.
public sealed class ODataCollectionStart : Microsoft.OData.ODataAnnotatable
type ODataCollectionStart = class
inherit ODataAnnotatable
Public NotInheritable Class ODataCollectionStart
Inherits ODataAnnotatable
- Héritage
Constructeurs
ODataCollectionStart() |
Représentation OData d'une collection de niveau supérieur. |
Propriétés
Count |
Obtient le nombre d’éléments de la collection. |
Name |
Obtient ou définit le nom de la collection (ATOM uniquement). |
NextPageLink |
Obtient l’URI représentant le lien de page suivant. |
TypeAnnotation |
Annotation pour le stockage de @odata.type. (Hérité de ODataAnnotatable) |
Méthodes d’extension
SetSerializationInfo(ODataCollectionStart, ODataCollectionStartSerializationInfo) |
Fournissez des informations de sérialisation supplémentaires à pour ODataCollectionWriter |