Share via


Classe MetadataBase

S'applique à: CRM 2015 on-prem, CRM Online

Specifies the base class for classes that contains metadata information.

Espace de noms: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)

Syntaxe

'Déclaration
<KnownTypeAttribute(GetType(RelationshipMetadataBase))> _
<DataContractAttribute(Name:="MetadataBase", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
<KnownTypeAttribute(GetType(AttributeMetadata))> _
<KnownTypeAttribute(GetType(EntityMetadata))> _
<KnownTypeAttribute(GetType(OptionSetMetadata))> _
Public MustInherit Class MetadataBase
    Implements IExtensibleDataObject
[KnownTypeAttribute(typeof(RelationshipMetadataBase))] 
[DataContractAttribute(Name="MetadataBase", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")] 
[KnownTypeAttribute(typeof(AttributeMetadata))] 
[KnownTypeAttribute(typeof(EntityMetadata))] 
[KnownTypeAttribute(typeof(OptionSetMetadata))] 
public abstract class MetadataBase : IExtensibleDataObject

Hiérarchie d'héritage

System.Object
  Microsoft.Xrm.Sdk.Metadata.MetadataBase
     Classes dérivées

Cohérence de thread

Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.

Plateformes

Plateformes de développement

Windows Vista, Windows Server 2003 et

Plateformes cibles

Windows Vista,Windows XP

Voir aussi

Référence

Membres MetadataBase
Espace de noms Microsoft.Xrm.Sdk.Metadata

Autres ressources

Extend the Metadata Model for Microsoft Dynamics CRM

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.