ExpandedWrapper<TExpandedElement,TProperty0> 类

定义

此类在内部由系统用来实现对具有预先加载相关实体的查询的支持。

此 API 支持产品基础结构,不能在代码中直接使用。

generic <typename TExpandedElement, typename TProperty0>
public ref class ExpandedWrapper sealed : System::Data::Services::Internal::ExpandedWrapper<TExpandedElement>
public sealed class ExpandedWrapper<TExpandedElement,TProperty0> : System.Data.Services.Internal.ExpandedWrapper<TExpandedElement>
type ExpandedWrapper<'ExpandedElement, 'TProperty0> = class
    inherit ExpandedWrapper<'ExpandedElement>
Public NotInheritable Class ExpandedWrapper(Of TExpandedElement, TProperty0)
Inherits ExpandedWrapper(Of TExpandedElement)

类型参数

TExpandedElement

展开元素的类型。

TProperty0

要展开的属性的类型。

继承
ExpandedWrapper<TExpandedElement,TProperty0>

注解

命名空间包含类的多种变体 ExpandedWrapper

构造函数

名称 说明
ExpandedWrapper<TExpandedElement,TProperty0>()

此 API 支持产品基础结构,不能在代码中直接使用。

创建 ExpandedWrapper<TExpandedElement,TProperty0> 类的实例。

属性

名称 说明
Description

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置 . ExpandedWrapper<TExpandedElement>.

(继承自 ExpandedWrapper<TExpandedElement>)
ExpandedElement

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置具有展开属性的元素。

(继承自 ExpandedWrapper<TExpandedElement>)
ProjectedProperty0

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置要展开的属性。

方法

名称 说明
Equals(Object)

此 API 支持产品基础结构,不能在代码中直接使用。

确定指定的对象是否等于当前对象。

(继承自 Object)
GetExpandedPropertyValue(String)

此 API 支持产品基础结构,不能在代码中直接使用。

返回展开属性的值。

(继承自 ExpandedWrapper<TExpandedElement>)
GetHashCode()

此 API 支持产品基础结构,不能在代码中直接使用。

用作默认哈希函数。

(继承自 Object)
GetType()

此 API 支持产品基础结构,不能在代码中直接使用。

获取当前实例的 Type

(继承自 Object)
InternalGetExpandedPropertyValue(Int32)

此 API 支持产品基础结构,不能在代码中直接使用。

返回扩展属性的属性对象。

(继承自 ExpandedWrapper<TExpandedElement>)
MemberwiseClone()

此 API 支持产品基础结构,不能在代码中直接使用。

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

此 API 支持产品基础结构,不能在代码中直接使用。

返回一个表示当前对象的字符串。

(继承自 Object)

显式接口实现

名称 说明
IExpandedResult.ExpandedElement

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置具有展开属性的元素。

(继承自 ExpandedWrapper<TExpandedElement>)

适用于