C# 클래스 GSoft.Dynamite.Examples.Definitions.Features.Wall_Content_Types.Wall_Content_TypesEventReceiver

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

공개 프로퍼티들

프로퍼티 타입 설명
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