RowFilterTransformControl class

Suporta a interface do usuário para especificar colunas de uma Web Part que implementa a interface IRowProvider que será usada para filtrar uma Web Part que implementa a interface IFilterConsumer .

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebPartPages.Communication.RowFilterTransformControl

Namespace:  Microsoft.SharePoint.WebPartPages.Communication
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class RowFilterTransformControl _
    Inherits Control
'Uso
Dim instance As RowFilterTransformControl
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class RowFilterTransformControl : Control

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

RowFilterTransformControl members

Microsoft.SharePoint.WebPartPages.Communication namespace