[]
        
(Showing Draft Content)

C1.Schedule.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.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class ResourceList : BaseList<Resource>, IList<Resource>, ICollection<Resource>, IList, ICollection, IReadOnlyList<Resource>, IReadOnlyCollection<Resource>, IEnumerable<Resource>, IEnumerable, INotifyCollectionChanged

Constructors

Name Description
ResourceList(ResourceCollection)

Initializes the new instance of the ResourceList class.

ResourceList(ResourceList)

Initializes a copy of the specified ResourceList object.

Properties

Name Description
Owner

Gets the reference to the owning ResourceCollection object.