Model Class

Contains a collection of external systems (LobSystem objects) that can be packaged as a group.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.Client.MetadataObject
    Microsoft.SharePoint.BusinessData.Administration.Client.AccessControlledMetadataObject
      Microsoft.SharePoint.BusinessData.Administration.Client.IndividuallySecurableMetadataObject
        Microsoft.SharePoint.BusinessData.Administration.Client.Model

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public NotInheritable Class Model _
    Inherits IndividuallySecurableMetadataObject
'Usage
Dim instance As Model
public sealed class Model : IndividuallySecurableMetadataObject

Remarks

Model functions are considered a collection of External Content Type objects, which may come from different External System objects. This allows all of the External Content Type objects of a system to be packaged together and considered as one group.

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.

See Also

Reference

Model Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace