C# 클래스 Phresco.XMLtoList.Setup

상속: SPFeatureReceiver
파일 보기 프로젝트 열기: photon-infotech/sharepoint-resource-management

공개 메소드들

메소드 설명
FeatureActivated ( SPFeatureReceiverProperties properties ) : void
FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
FeatureInstalled ( SPFeatureReceiverProperties properties ) : void
FeatureUninstalling ( SPFeatureReceiverProperties properties ) : void

비공개 메소드들

메소드 설명
CheckList ( SPWeb web, string listName ) : bool

Check the existance of the List.

ClearFlags ( ) : void

Clears all the flags

GetListsInfo ( SPFeatureReceiverProperties properties ) : Lists

Get the file from '12 Hive' Features folder and Deserialize to a class.

메소드 상세

FeatureActivated() 공개 메소드

public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
리턴 void

FeatureDeactivating() 공개 메소드

public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
리턴 void

FeatureInstalled() 공개 메소드

public FeatureInstalled ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
리턴 void

FeatureUninstalling() 공개 메소드

public FeatureUninstalling ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties
리턴 void