Compartilhar via


InterpretedRule class

Representa a classe base para as regras que estão sendo aplicadas aos valores correspondentes aos objetos TypeDescriptor .

Hierarquia de herança

System.Object
  System.MarshalByRefObject
    Microsoft.SharePoint.BusinessData.Infrastructure.InterpretedRule
      Microsoft.SharePoint.BusinessData.Infrastructure.DateTimeNormalize
      Microsoft.SharePoint.BusinessData.Infrastructure.StringNormalize
      Microsoft.SharePoint.BusinessData.Infrastructure.TypeConversion

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class InterpretedRule _
    Inherits MarshalByRefObject
'Uso
Dim instance As InterpretedRule
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class InterpretedRule : MarshalByRefObject

Segurança do thread

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

InterpretedRule members

Microsoft.SharePoint.BusinessData.Infrastructure namespace