C# Класс GSoft.Dynamite.Examples.Definitions.Features.Wall_Content_Types.Wall_Content_TypesEventReceiver

Наследование: SPFeatureReceiver
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
WallPostFields ICollection
WallReplyFields ICollection

Открытые методы

Метод Описание
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Features the activated.

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Features the deactivating.

Приватные методы

Метод Описание
CreateWallPostContentType ( SPContentTypeCollection collection ) : void

Creates the wall post content type.

CreateWallReplyContentType ( SPContentTypeCollection collection ) : void

Creates the wall reply content type.

ResolveDependencies ( ) : void

Описание методов

FeatureActivated() публичный Метод

Features the activated.
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
Результат void

FeatureDeactivating() публичный Метод

Features the deactivating.
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
Результат void

Описание свойств

WallPostFields публичное свойство

The wall post fields
public ICollection WallPostFields
Результат ICollection

WallReplyFields публичное свойство

The wall reply fields
public ICollection WallReplyFields
Результат ICollection