Поделиться через


Класс InterpretedRule

Представляет базовый класс для правил, которые применяются для значений, соответствующих объектов TypeDescriptor .

Иерархия наследования

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

Пространство имен:  Microsoft.SharePoint.BusinessData.Infrastructure
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class InterpretedRule _
    Inherits MarshalByRefObject
'Применение
Dim instance As InterpretedRule
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class InterpretedRule : MarshalByRefObject

Потокобезопасность

Любые общедоступные элементы static (Shared в Visual Basic) этого типа являются потокобезопасными. Не гарантируется, что любые элементы экземпляров потокобезопасны.

См. также

Справочные материалы

Элементы InterpretedRule

Пространство имен Microsoft.SharePoint.BusinessData.Infrastructure