IExpandedResult 接口

定义

声明为 WCF Data Services $expand 查询选项上的结果和关联段支持枚举器所需的成员。Declares the members required to support enumerators for results and associated segments on an WCF Data Services $expand query option.

public interface class IExpandedResult
public interface IExpandedResult
type IExpandedResult = interface
Public Interface IExpandedResult
派生

注解

展开 "提供程序" 可生成实现此接口的枚举,以改变扩展的属性。Expand providers can generate enumerations that implement this interface to reshape expanded properties.

属性

ExpandedElement

获取带有扩展属性的元素。Gets the element with expanded properties.

方法

GetExpandedPropertyValue(String)

获取结果的命名属性的值。Gets the value for a named property of the result.

适用于