AppointmentDependencyDataStorage.AddRange(IEnumerable<AppointmentDependency>) Method
Adds an list of the appointment dependencies to this AppointmentDependencyDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public void AddRange(
IEnumerable<AppointmentDependency> dependencies
)
Public Sub AddRange(
dependencies As IEnumerable(Of AppointmentDependency)
)
Parameters
Name | Type | Description |
---|---|---|
dependencies | IEnumerable<AppointmentDependency> | An IEnumerable object that is the list of dependencies to be added. |
See Also
Feedback