Partager via


Classe EnumAttributeMetadata

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

Contains the data for an attribute that provides options.

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

Syntaxe

'Déclaration
<KnownTypeAttribute(GetType(EntityNameAttributeMetadata))> _
<KnownTypeAttribute(GetType(PicklistAttributeMetadata))> _
<KnownTypeAttribute(GetType(StateAttributeMetadata))> _
<KnownTypeAttribute(GetType(StatusAttributeMetadata))> _
<DataContractAttribute(Name:="EnumAttributeMetadata", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
Public MustInherit Class EnumAttributeMetadata
    Inherits AttributeMetadata
[KnownTypeAttribute(typeof(EntityNameAttributeMetadata))] 
[KnownTypeAttribute(typeof(PicklistAttributeMetadata))] 
[KnownTypeAttribute(typeof(StateAttributeMetadata))] 
[KnownTypeAttribute(typeof(StatusAttributeMetadata))] 
[DataContractAttribute(Name="EnumAttributeMetadata", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")] 
public abstract class EnumAttributeMetadata : AttributeMetadata

Hiérarchie d'héritage

System.Object
   Microsoft.Xrm.Sdk.Metadata.MetadataBase
     Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
      Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata
         Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata
         Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata
         Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata
         Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata

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 EnumAttributeMetadata
Espace de noms Microsoft.Xrm.Sdk.Metadata

Autres ressources

Customize Entity Attribute Metadata

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