C# Class CalDavSynchronizer.ChangeWatching.AppointmentId

Inheritance: IOutlookId
Show file Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Public Methods

Method Description
Accept ( IOutlookIdVisitor visitor ) : void
AppointmentId ( Implementation appointmentId, System.DateTime lastModificationTime, bool wasDeleted ) : System

Method Details

Accept() public method

public Accept ( IOutlookIdVisitor visitor ) : void
visitor IOutlookIdVisitor
return void

AppointmentId() public method

public AppointmentId ( Implementation appointmentId, System.DateTime lastModificationTime, bool wasDeleted ) : System
appointmentId Implementation
lastModificationTime System.DateTime
wasDeleted bool
return System