Skip to main content
A newer version of this page is available. .

ResourceStorageBase Constructors

A base class that represents a storage to hold a collection of resources for appointments.
Name Parameters Description
ResourceStorageBase() none Initializes a new instance of the ResourceStorageBase class with the default settings.
ResourceStorageBase(ISchedulerStorageBase) storage Initializes a new instance of the ResourceStorageBase class with the specified Scheduler storage.
See Also