AppointmentStorage Constructors
A storage which holds a collection of appointments.Name | Parameters | Description |
---|---|---|
AppointmentStorage() | none | Initializes a new instance of the AppointmentStorage class with default settings. |
AppointmentStorage(SchedulerStorage) | schedulerStorage | Initializes a new instance of the AppointmentStorage class with the specified scheduler storage. |
See Also