C# Класс GSoft.Dynamite.Examples.Definitions.Features.Wall_Lists_Code.Wall_Lists_CodeEventReceiver

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

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

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

Features the activated.

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Features the deactivating.

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

Метод Описание
DeleteContentTypeFromList ( SPWeb web, string listUrl, SPContentTypeId contentTypeId ) : void
ResolveDependencies ( ) : void
SetupList ( SPWeb web, string listUrl, SPContentTypeId contentTypeId ) : 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