Partager via


ODataCollectionStart Classe

Définition

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
ODataCollectionStart

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 ODataCollectionWritercollectionStart.

S’applique à