次の方法で共有


ODataCollectionStart クラス

定義

最上位レベルのコレクションの OData 表現。

public sealed class ODataCollectionStart : Microsoft.OData.ODataAnnotatable
type ODataCollectionStart = class
    inherit ODataAnnotatable
Public NotInheritable Class ODataCollectionStart
Inherits ODataAnnotatable
継承
ODataCollectionStart

コンストラクター

ODataCollectionStart()

最上位レベルのコレクションの OData 表現。

プロパティ

Count

コレクション内の項目の数を取得します。

Name

コレクションの名前を取得または設定します (ATOM のみ)。

NextPageLink

次のページ リンクを表す URI を取得します。

TypeAnnotation

を格納 @odata.typeするための注釈。

(継承元 ODataAnnotatable)

拡張メソッド

SetSerializationInfo(ODataCollectionStart, ODataCollectionStartSerializationInfo)

の 追加のシリアル化情報を に ODataCollectionWriter 提供します collectionStart

適用対象