BCGControlBar Pro for MFC
CBCGPAppointmentBaseStorageabstract

Detailed Description

The CBCGPAppointmentBaseStorage class is an abstract class, which defines a set of generic operations that must be implemented in order to store or load appointments to/from any persistent storage, like binary file or database.

Currently the library provides you with CBCGPAppointmentStorage class which implements memory storage.

See also
CBCGPAppointmentStorage
+ Inheritance diagram for CBCGPAppointmentBaseStorage:

Public Member Functions

 AddAdds an appointment to the storage.
 
 GetRecurrenceReturns the parent recurrence object by the given ID
 
 IsEmptyChecks whether the storage is empty.
 
 QueryRetrieves appointments that are located between specified dates from the storage.
 
 QueryAllRetrieves all appointments from the storage.
 
 RemoveRemoves an appointment from the storage.
 
 RemoveAllRemoves all appointments from the storage.
 
 UpdateUpdates an appointment in the storage.