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