C# 클래스 CalDavSynchronizer.Implementation.Events.DuplicateEventCleaner

상속: IEventSynchronizationContext
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer

공개 메소드들

메소드 설명
AnnounceAppointment ( AppointmentItem appointment ) : void
AnnounceAppointmentDeleted ( AppointmentId id ) : void
DeleteAnnouncedEventsIfDuplicates ( Predicate canBeDeleted ) : Task>
DuplicateEventCleaner ( OutlookEventRepository outlookRepository, IEntityRepository btypeRepository, IEntityRelationDataAccess entityRelationDataAccess, IEqualityComparer idComparer ) : System
NotifySynchronizationFinished ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
DeleteAppointment ( CalDavSynchronizer.Implementation.ComWrappers.AppointmentItemWrapper item, Dictionary relations ) : System.Threading.Tasks.Task
DeleteDuplicates ( ) : System.Threading.Tasks.Task
GetAppointmentIdsWithIdenticalHashCode ( ) : AppointmentId[][]
GetAppointments ( AppointmentId ids ) : Task
GetAppointmentsWithId ( AppointmentId ids ) : AppointmentItemWrapper>[]>.Task
GetDuplicationRelevantData ( AppointmentItem item ) : Tuple
GetHashCode ( AppointmentItem item ) : int
GetOrNull ( AppointmentId id ) : Task

메소드 상세

AnnounceAppointment() 공개 메소드

public AnnounceAppointment ( AppointmentItem appointment ) : void
appointment AppointmentItem
리턴 void

AnnounceAppointmentDeleted() 공개 메소드

public AnnounceAppointmentDeleted ( AppointmentId id ) : void
id AppointmentId
리턴 void

DeleteAnnouncedEventsIfDuplicates() 공개 메소드

public DeleteAnnouncedEventsIfDuplicates ( Predicate canBeDeleted ) : Task>
canBeDeleted Predicate
리턴 Task>

DuplicateEventCleaner() 공개 메소드

public DuplicateEventCleaner ( OutlookEventRepository outlookRepository, IEntityRepository btypeRepository, IEntityRelationDataAccess entityRelationDataAccess, IEqualityComparer idComparer ) : System
outlookRepository OutlookEventRepository
btypeRepository IEntityRepository
entityRelationDataAccess IEntityRelationDataAccess
idComparer IEqualityComparer
리턴 System

NotifySynchronizationFinished() 공개 메소드

public NotifySynchronizationFinished ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task