表示二进制资源流的 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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。