Microsoft.SharePoint.WebPartPages.Communication 命名空间

Provides a set of interfaces and their supporting classes and members that can be implemented in the class of a custom Web Part to support creating connections with other Web Parts. A Web Part can implement one or more of these interfaces to allow it to receive or pass information to other connected Web Parts on a Web Part Page. A Microsoft.SharePoint.WebPartPages.Communication namespace interface is a set of events and event handlers for providing or consuming data from list, row, and cell data contained within a Web Part.

  说明
公共类 CellConsumerInitEventArgs 已过时。标识设计时创建的初始参数结构。由于CellConsumerInit事件告知相连的 Web 部件的名称和显示的单元格名称的一部分,这些参数将传递给相连的 Web 部件。
公共类 CellProviderInitEventArgs 已过时。包含已初始化时ICellProvider Web 部件创建连接,并将触发ICellConsumer接口CellConsumerInit事件的数据结构。不能继承。
公共类 CellReadyEventArgs 已过时。提供来自CellReady事件发生时实现ICellProvider接口的 Web 部件的当前单元格的值。
公共类 FilterConsumerInitEventArgs 已过时。FilterConsumerInit 事件提供数据。当实现IFilterConsumer接口的 Web 部件将触发FilterConsumerInit事件时,此类的实例被传递到实现调用FilterConsumerInit事件处理程序,以处理的事件的IFilterProviderIRowProvider接口的 Web 部件。
公共类 InitEventArgs 已过时。代表由WebPart.GetInitEventArgs方法返回的对象类型。
公共类 InterfaceTypes 已过时。提供用于指定 Web 部件连接接口的界面类型的常量的字段集。
公共类 ListProviderInitEventArgs 已过时。提供的字段名称和可选字段由 Web 部件可实现IListProviderinterfaceListProviderInit事件发生时提供的列表的显示名称。
公共类 ListReadyEventArgs 已过时。提供了向IListProvider接口的ListReady事件的数据的列表。
公共类 ParameterInProperty 已过时。提供有关ParametersInConsumerInit事件参数列表中的参数的IParametersInConsumer接口的描述性信息
公共类 ParameterOutProperty 已过时。提供有关ParametersOutProviderInit事件参数列表中的参数的IParametersOutProvider接口的描述性信息。
公共类 ParametersInConsumerInitEventArgs 已过时。提供的参数数组向IParametersInConsumer接口的ParametersInConsumerInit初始化事件的属性值。
公共类 ParametersInReadyEventArgs 已过时。提供向IParametersInProvider接口的ParametersInReady事件的参数值的数组。
公共类 ParametersOutProviderInitEventArgs 已过时。提供的参数数组向IParametersOutProvider接口的ParametersOutProviderInit初始化事件的属性值。
公共类 ParametersOutReadyEventArgs 已过时。提供向IParametersOutProvider接口的ParametersOutReady事件的参数值的数组。
公共类 PartialListReadyEventArgs 已过时。提供向IListProvider接口的PartialListReady事件的数据的第一页的列表。
公共类 RowCellTransformControl 支持的用户界面,用于指定实现IRowProvider接口,用于连接到实现ICellConsumer接口的 Web 部件的 Web 部件中的列。
公共类 RowFilterTransformControl 支持的用户界面,用于指定实现IRowProvider接口,用于实现IFilterConsumer接口的连接的 Web 部件筛选 Web 部件中的列。
公共类 RowProviderInitEventArgs 已过时。提供的字段名称和可选字段行供稿RowProviderInit事件发生时实现[T][:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider]接口的 Web 部件的显示名称。
公共类 RowReadyEventArgs 已过时。提供来自RowReady事件发生时实现IRowProvider接口的 Web 部件的当前行值。
公共类 SelectInterfaceGroups 表示目标 Web 部件具有多个兼容接口时选择目标接口的用户界面的实现。此类型支持Microsoft SharePoint Foundation ,不能直接通过代码使用。
公共类 SetFilterEventArgs 已过时。提供有关SetFilterEvent到列表的IFilterProvider接口的筛选器表达式。

接口

  接口 说明
公共接口 ICellConsumer 已过时。
公共接口 ICellProvider 已过时。使 Web 部件与 Web 部件可实现ICellConsumer接口来处理单值项目进行通信。
公共接口 IFilterConsumer 已过时。用于使用从已实现IFilterProvider接口的 Web 部件筛选器表达式。
公共接口 IFilterProvider 已过时。用于与实现IFilterConsumer接口,以向使用者提供的筛选信息 Web 部件进行通信。
公共接口 IListConsumer 已过时。从另一个实现IListProvider接口的 Web 部件的数据的定义,以便它可以使用整个列表 (行集),可以实现 Web 部件的方法。
公共接口 IListProvider 已过时。数据到另一个实现IListConsumer接口的 Web 部件定义,以便它可以提供整个列表 (行集),可以实现 Web 部件的事件。
公共接口 IParametersInConsumer 已过时。允许使用者 Web 部件进行通信的其他 Web 部件到其参数列表。
公共接口 IParametersInProvider 已过时。允许 Web 部件向其他使用者 Web 部件传达其参数列表的提供程序。
公共接口 IParametersOutConsumer 已过时。实现IParametersOutProvider接口以向使用者 Web 部件实现此接口通信其参数列表。这些接口还允许通过其他信息,如所选行的传递。
公共接口 IParametersOutProvider 已过时。允许提供商进行通信的其他 Web 部件到其参数列表的 Web 部件。
公共接口 IRowConsumer 已过时。启用 Web 部件与 Web 部件实现IRowProvider接口 (或支持的合适的转换器) 进行通信要使用的数据行。
公共接口 IRowProvider 已过时。使 Web 部件到实现IRowConsumerICellConsumerIFilterConsumerIParametersInConsumer接口的 Web 部件发送的数据行。
公共接口 IWebPartConnectionCompatibility 定义一种 Web 部件类,以指示它不能设置与其他 Web 部件的通信的方法。

委托

  委托 说明
公共委托 CellConsumerInitEventHandler 已过时。代表将用来处理由 Web 部件可实现ICellConsumer接口激发CellConsumerInit事件的方法。
公共委托 CellProviderInitEventHandler 已过时。代表将用来处理由 Web 部件可实现ICellProvider接口激发CellProviderInit事件的方法。
公共委托 CellReadyEventHandler 已过时。代表将用来处理由 Web 部件可实现ICellProvider接口激发CellReady事件的方法。
公共委托 ClearFilterEventHandler 已过时。代表将用来处理由 Web 部件可实现IFilterProvider接口激发ClearFilter事件的方法。
公共委托 FilterConsumerInitEventHandler 已过时。代表将用来处理由 Web 部件可实现IFilterConsumer接口激发FilterConsumerInit事件的方法。
公共委托 ListProviderInitEventHandler 已过时。代表将用来处理由一个可实现IListProvider界面Microsoft.SharePoint.WebPartPages.WebPart类激发ListProviderInit事件的方法。
公共委托 ListReadyEventHandler 已过时。代表将用来处理由Microsoft.SharePoint.WebPartPages.WebPart类实现IListProvider接口激发ListReady事件的方法。
公共委托 NoFilterEventHandler 已过时。代表将用来处理由 Web 部件可实现IFilterProvider接口激发NoFilter事件的方法。在收到NoFilter事件,实现IFilterConsumer接口的 Web 部件应重用现有的筛选器列表。
公共委托 NoParametersInEventHandler 已过时。注意:此代理现已过时。
公共委托 NoParametersOutEventHandler 已过时。注意:此代理现已过时。
公共委托 ParametersInConsumerInitEventHandler 已过时。代表将用来处理由Microsoft.SharePoint.WebPartPages.WebPart类实现IParametersInConsumer接口激发ParametersInConsumerInit事件的方法。
公共委托 ParametersInReadyEventHandler 已过时。代表将用来处理由Microsoft.SharePoint.WebPartPages.WebPart类实现IParametersInProvider接口激发ParametersInReady事件的方法。
公共委托 ParametersOutProviderInitEventHandler 已过时。代表将用来处理由一个可实现IParametersOutProvider界面Microsoft.SharePoint.WebPartPages.WebPart类激发ParametersOutProviderInit事件的方法。
公共委托 ParametersOutReadyEventHandler 已过时。代表将用来处理由WebPart类实现IParametersOutProvider接口激发ParametersOutReady事件的方法。
公共委托 PartialListReadyEventHandler 已过时。代表将用来处理实现IListProvider接口Microsoft.SharePoint.WebPartPages.WebPart类的PartialListReady事件的方法。
公共委托 RowProviderInitEventHandler 已过时。表示处理激发实现IRowProvider接口的 Web 部件的IRowProvider.RowProviderInit事件的方法。
公共委托 RowReadyEventHandler 已过时。代表将用来处理由 Web 部件可实现IRowProvider接口激发RowReady事件的方法。
公共委托 SetFilterEventHandler 已过时。注意:此代理现已过时。

枚举

  枚举 说明
公共枚举 ConnectionRunAt 已过时。指定可以在服务器上或通过呈现客户端脚本运行的 Web 部件连接接口实现。