CalDavSynchronizer.ChangeWatching.AppointmentId.AppointmentId C# (CSharp) Метод

AppointmentId() публичный Метод

public AppointmentId ( Implementation appointmentId, System.DateTime lastModificationTime, bool wasDeleted ) : System
appointmentId Implementation
lastModificationTime System.DateTime
wasDeleted bool
Результат System
    public AppointmentId (Implementation.Events.AppointmentId appointmentId, DateTime lastModificationTime, bool wasDeleted)
    {
      Inner = IdWithHints.Create(appointmentId, (DateTime?) lastModificationTime, wasDeleted);
    }