[]
The ResourceList is a list of Resource objects. Only objects existing in the owning ResourceCollection object may be added to this list. Use the ResourceList to associate the set of Resource objects with an Appointment object.
public class ResourceList : BaseList<Resource>, IList<Resource>, ICollection<Resource>, IList, ICollection, IReadOnlyList<Resource>, IReadOnlyCollection<Resource>, IEnumerable<Resource>, IEnumerable, INotifyCollectionChanged
Name | Description |
---|---|
ResourceList(ResourceCollection) | Initializes the new instance of the ResourceList class. |
ResourceList(ResourceList) | Initializes a copy of the specified ResourceList object. |
Name | Description |
---|---|
Owner | Gets the reference to the owning ResourceCollection object. |