ODataEntityReferenceLinks 类

表示实体引用链接的集合。

继承层次结构

System.Object
  Microsoft.Data.OData.ODataAnnotatable
    Microsoft.Data.OData.ODataEntityReferenceLinks

命名空间:  Microsoft.Data.OData
程序集:  Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)

语法

声明
Public NotInheritable Class ODataEntityReferenceLinks _
    Inherits ODataAnnotatable
用法
Dim instance As ODataEntityReferenceLinks
public sealed class ODataEntityReferenceLinks : ODataAnnotatable
public ref class ODataEntityReferenceLinks sealed : public ODataAnnotatable
[<SealedAttribute>]
type ODataEntityReferenceLinks =  
    class
        inherit ODataAnnotatable
    end
public final class ODataEntityReferenceLinks extends ODataAnnotatable

ODataEntityReferenceLinks 类型公开以下成员。

构造函数

  名称 说明
公共方法 ODataEntityReferenceLinks 创建 ODataEntityReferenceLinks 类的新实例。

页首

属性

  名称 说明
公共属性 Count 获取或设置 $links 集合的可选的内联计数。
公共属性 Links 获取或设置表示所引用实体的链接的 ODataEntityReferenceLink 实例的枚举。
公共属性 NextPageLink 获取或设置 $links 集合的可选的下一个链接。

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetAnnotation<T> 获取或设置批注类型。 (从 ODataAnnotatable 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 SetAnnotation<T> 设置类型 T 的批注。 (从 ODataAnnotatable 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.Data.OData 命名空间