TypeDescriptor class
SharePoint Online
Contains information needed to reconstruct types stored in XML format.
System.Object
Microsoft.SharePoint.BusinessData.Administration.MetadataObject
Microsoft.SharePoint.BusinessData.Administration.AccessControlledMetadataObject
Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
Microsoft.SharePoint.BusinessData.Administration.MetadataObject
Microsoft.SharePoint.BusinessData.Administration.AccessControlledMetadataObject
Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
A primitive field is represented by a single TypeDescriptor that tells what its type is. A more complicated type, such as a class, is represented by a single TypeDescriptor that refers to several child type descriptors. This continues recursively as needed to describe a complex data type.
Note |
|---|
Setting parentTypeDescriptor parameter to null will cause xml to be merged at the root instead of the child, if the TypeDescriptor name of the xml is a valid child TypeDescriptor name. |
Show:
Note