Classe générique ConstantsBase
S'applique à: CRM 2015 on-prem, CRM Online
A base class for static classes whose properties represent constants
Espace de noms: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)
Syntaxe
'Déclaration
<KnownTypeAttribute(GetType(StringFormatName))> _
<KnownTypeAttribute(GetType(AttributeTypeDisplayName))> _
<DataContractAttribute(Name:="ConstantsBase", Namespace:="https://schemas.microsoft.com/xrm/2013/Metadata")> _
Public MustInherit Class ConstantsBase(Of T)
Implements IExtensibleDataObject
[KnownTypeAttribute(typeof(StringFormatName))]
[KnownTypeAttribute(typeof(AttributeTypeDisplayName))]
[DataContractAttribute(Name="ConstantsBase", Namespace="https://schemas.microsoft.com/xrm/2013/Metadata")]
public abstract class ConstantsBase<T> : IExtensibleDataObject
GenericParameters
- T
Remarques
There are two derived classes: AttributeTypeDisplayName and StringFormatName.
Hiérarchie d'héritage
System.Object
Microsoft.Xrm.Sdk.Metadata.ConstantsBase
Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName
Microsoft.Xrm.Sdk.Metadata.StringFormatName
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 ConstantsBase
Espace de noms Microsoft.Xrm.Sdk.Metadata
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.