C# Class Phresco.XMLtoList.Setup

Inheritance: SPFeatureReceiver
Afficher le fichier Open project: photon-infotech/sharepoint-resource-management

Méthodes publiques

Méthode Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void
FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
FeatureInstalled ( SPFeatureReceiverProperties properties ) : void
FeatureUninstalling ( SPFeatureReceiverProperties properties ) : void

Private Methods

Méthode Description
CheckList ( SPWeb web, string listName ) : bool

Check the existance of the List.

ClearFlags ( ) : void

Clears all the flags

GetListsInfo ( SPFeatureReceiverProperties properties ) : Lists

Get the file from '12 Hive' Features folder and Deserialize to a class.

Method Details

FeatureActivated() public méthode

public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
Résultat void

FeatureDeactivating() public méthode

public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
Résultat void

FeatureInstalled() public méthode

public FeatureInstalled ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
Résultat void

FeatureUninstalling() public méthode

public FeatureUninstalling ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
Résultat void