C# 클래스 GSoft.Dynamite.Examples.Definitions.Features.Wall_Lists_Code.Wall_Lists_CodeEventReceiver

상속: SPFeatureReceiver
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
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