ImportModelReceiver class

This class Imports the Model file, model resource file and assemblies in the BDC store. It uses the SharePoint feature receiver infrastructure to do it.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFeatureReceiver
    Microsoft.SharePoint.Deployment.ImportModelReceiver

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class ImportModelReceiver _
    Inherits SPFeatureReceiver
'Usage
Dim instance As ImportModelReceiver
public class ImportModelReceiver : SPFeatureReceiver

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

ImportModelReceiver members

Microsoft.SharePoint.Deployment namespace