Clase InterpretedRule
Representa la clase base para las reglas que se aplican a los valores correspondientes a objetos TypeDescriptor .
Jerarquía de la herencia
System.Object
System.MarshalByRefObject
Microsoft.SharePoint.BusinessData.Infrastructure.InterpretedRule
Microsoft.SharePoint.BusinessData.Infrastructure.DateTimeNormalize
Microsoft.SharePoint.BusinessData.Infrastructure.StringNormalize
Microsoft.SharePoint.BusinessData.Infrastructure.TypeConversion
Espacio de nombres: Microsoft.SharePoint.BusinessData.Infrastructure
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<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
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.BusinessData.Infrastructure