C# Class GSoft.Dynamite.Features.WebConfig_Modifications.WebConfig_ModificationsEventReceiver

Inheritance: SPFeatureReceiver
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

The feature activated.

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

The feature deactivating.

Method Details

FeatureActivated() public méthode

The feature activated.
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties /// The properties. ///
Résultat void

FeatureDeactivating() public méthode

The feature deactivating.
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties /// The properties. ///
Résultat void