C# Class GSoft.Dynamite.Examples.Definitions.Features.Wall_Content_Types.Wall_Content_TypesEventReceiver

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

Méthodes publiques

Свойство Type Description
WallPostFields ICollection
WallReplyFields ICollection

Méthodes publiques

Méthode Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Features the activated.

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Features the deactivating.

Private Methods

Méthode Description
CreateWallPostContentType ( SPContentTypeCollection collection ) : void

Creates the wall post content type.

CreateWallReplyContentType ( SPContentTypeCollection collection ) : void

Creates the wall reply content type.

ResolveDependencies ( ) : void

Method Details

FeatureActivated() public méthode

Features the activated.
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
Résultat void

FeatureDeactivating() public méthode

Features the deactivating.
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
Résultat void

Property Details

WallPostFields public_oe property

The wall post fields
public ICollection WallPostFields
Résultat ICollection

WallReplyFields public_oe property

The wall reply fields
public ICollection WallReplyFields
Résultat ICollection