ImportModelReceiver members
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.
The ImportModelReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImportModelReceiver |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FeatureActivated | Activates the feature. It imports the model file, resource model file and the assemblies. (Overrides SPFeatureReceiver.FeatureActivated(SPFeatureReceiverProperties).) | |
FeatureDeactivating | It deletes the model file. (Overrides SPFeatureReceiver.FeatureDeactivating(SPFeatureReceiverProperties).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top