TypeDescriptor - Classe
Contient les informations nécessaires pour reconstruire types stockés au format XML.
Hiérarchie d’héritage
System.Object
Microsoft.SharePoint.BusinessData.Administration.MetadataObject
Microsoft.SharePoint.BusinessData.Administration.AccessControlledMetadataObject
Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
Espace de noms : Microsoft.SharePoint.BusinessData.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class TypeDescriptor _
Inherits AccessControlledMetadataObject
'Utilisation
Dim instance As TypeDescriptor
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class TypeDescriptor : AccessControlledMetadataObject
Remarques
Un champ primitif est représenté par un seul TypeDescriptor qui indique à quel est son type. Un type plus complexe, tel qu'une classe, est représenté par un seul TypeDescriptor qui fait référence à plusieurs descripteurs de type enfant. Ce processus continue de manière récursive selon vos besoins pour décrire un type de données complexe.
Notes
Définition de parentTypeDescriptor paramètre sur null provoque xml à fusionner à la racine au lieu de l'enfant, si le nom de l'élément TypeDescriptor du fichier xml est un enfant valide nom TypeDescriptor.
Exemples
Code Snippet: Create an External Content Type Using the Administration Object Model
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.Administration - Espace de noms