DataClassStruct class
Contains methods and properties that handle the base class of all external content types.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.BusinessData.SharedService.MetadataObjectStruct
Microsoft.SharePoint.BusinessData.SharedService.DataClassStruct
Microsoft.SharePoint.BusinessData.SharedService.EntityStruct
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<KnownTypeAttribute(GetType(EntityStruct))> _
<DataContractAttribute(Name := "DataClassStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class DataClassStruct _
Inherits MetadataObjectStruct
'Usage
Dim instance As DataClassStruct
[KnownTypeAttribute(typeof(EntityStruct))]
[DataContractAttribute(Name = "DataClassStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class DataClassStruct : MetadataObjectStruct
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.