: DataClass (Clase) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Represents the base class for all entities.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class DataClass
    Inherits AccessControlledMetadataObject
'Uso
Dim instance As DataClass
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public class DataClass : AccessControlledMetadataObject

Comentarios

DataClasses are an abstract concept. While Entities represent collections of concrete, persistent, related fields each with a fixed, persistent identity, DataClasses represent collections of non persistent related fields that each have a transient identity. You can think of a DataClass as:

DataClass + Identifier => Entity.

Jerarquía de herencia

System.Object
   Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MetadataObject
     Microsoft.Office.Server.ApplicationRegistry.MetadataModel.AccessControlledMetadataObject
      Microsoft.Office.Server.ApplicationRegistry.MetadataModel.DataClass
         Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity

Seguridad de subprocesos

Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.

Vea también

Referencia

DataClass (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)