DataServiceStreamLink 类

表示二进制资源流的 URL。

继承层次结构

System.Object
  System.Data.Services.Client.DataServiceStreamLink

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

语法

声明
Public NotInheritable Class DataServiceStreamLink _
    Implements INotifyPropertyChanged
用法
Dim instance As DataServiceStreamLink
public sealed class DataServiceStreamLink : INotifyPropertyChanged
public ref class DataServiceStreamLink sealed : INotifyPropertyChanged
[<SealedAttribute>]
type DataServiceStreamLink =  
    class
        interface INotifyPropertyChanged
    end
public final class DataServiceStreamLink implements INotifyPropertyChanged

DataServiceStreamLink 类型公开以下成员。

属性

  名称 说明
公共属性 ContentType 获取或设置二进制资源流的 MIME Content-Type。
公共属性 EditLink 获取或设置用于编辑二进制资源流 URI。
公共属性 ETag 用于确定二进制资源流并发的 eTag 值。
公共属性 Name 二进制资源流的名称。
公共属性 SelfLink 返回二进制资源流的 URI。

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

事件

  名称 说明
公共事件 PropertyChanged 在属性值更改时发生。

页首

线程安全

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

请参阅

参考

System.Data.Services.Client 命名空间