共用方式為


ODataResourceSet 類別

定義

描述實體的集合。

public sealed class ODataResourceSet : Microsoft.OData.ODataResourceSetBase
type ODataResourceSet = class
    inherit ODataResourceSetBase
Public NotInheritable Class ODataResourceSet
Inherits ODataResourceSetBase
繼承

建構函式

ODataResourceSet()

描述實體的集合。

屬性

Actions

取得資源集動作。

Count

取得或設定資源集中的專案數目。

(繼承來源 ODataResourceSetBase)
DeltaLink

表示 Delta 連結的 URI。

(繼承來源 ODataResourceSetBase)
Functions

取得資源集函式。

Id

取得或設定 URI,識別資源集所代表的實體集。

(繼承來源 ODataResourceSetBase)
InstanceAnnotations

自訂執行個體註釋的集合。

(繼承來源 ODataResourceSetBase)
NextPageLink

取得或設定表示下一頁連結的 URI。

(繼承來源 ODataResourceSetBase)
TypeAnnotation

用於儲存 @odata.type 的注釋。

(繼承來源 ODataAnnotatable)
TypeName

取得資源集類型名稱。

(繼承來源 ODataResourceSetBase)

方法

AddAction(ODataAction)

將動作新增至資源集。

AddFunction(ODataFunction)

將函式新增至資源集。

擴充方法

SetSerializationInfo(ODataResourceSet, ODataResourceSerializationInfo)

為 提供 的其他序列化資訊給 ODataWriterresourceSet

適用於