ODataCollectionStart 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
最上層集合的 OData 表示。
public sealed class ODataCollectionStart : Microsoft.OData.ODataAnnotatable
type ODataCollectionStart = class
inherit ODataAnnotatable
Public NotInheritable Class ODataCollectionStart
Inherits ODataAnnotatable
- 繼承
建構函式
ODataCollectionStart() |
最上層集合的 OData 表示。 |
屬性
Count |
取得集合中的項目數目。 |
Name |
取得或設定集合的名稱 (僅限 ATOM)。 |
NextPageLink |
取得表示下一頁連結的 URI。 |
TypeAnnotation |
用於儲存 的 @odata.type 批註。 (繼承來源 ODataAnnotatable) |
擴充方法
SetSerializationInfo(ODataCollectionStart, ODataCollectionStartSerializationInfo) |
為 提供 其他序列化資訊給 ODataCollectionWriter |