[]
        
(Showing Draft Content)

C1.C1Schedule.ResourceList

ResourceList Class

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.

Namespace: C1.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class ResourceList : BaseList<Resource>, IList<Resource>, ICollection<Resource>, IList, ICollection, IReadOnlyList<Resource>, IReadOnlyCollection<Resource>, IEnumerable<Resource>, IEnumerable, INotifyCollectionChanged

Implements