C# Class CalDavSynchronizer.ChangeWatching.FolderChangeWatcher

Inheritance: IItemCollectionChangeWatcher
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer

Méthodes publiques

Méthode Description
Dispose ( ) : void
FolderChangeWatcher ( Folder folder, string folderEntryId, string folderStoreId ) : System

Méthodes protégées

Méthode Description
OnItemSavedOrDeleted ( IOutlookId entryId ) : void

Private Methods

Méthode Description
FolderEvents_BeforeItemMove ( object item, MAPIFolder moveTo, bool &cancel ) : void
OnItemSavedOrDeleted ( object item, ItemAction action ) : void
_folderItems_ItemAdd ( object item ) : void
_folderItems_ItemChange ( object item ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FolderChangeWatcher() public méthode

public FolderChangeWatcher ( Folder folder, string folderEntryId, string folderStoreId ) : System
folder Folder
folderEntryId string
folderStoreId string
Résultat System

OnItemSavedOrDeleted() protected méthode

protected OnItemSavedOrDeleted ( IOutlookId entryId ) : void
entryId IOutlookId
Résultat void