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