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.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class ResourceList : BaseList<Resource>
Visual Basic
Public Class ResourceList _
	Inherits BaseList(Of Resource)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Resource>)>)>
    C1.C1Schedule..::..C1ObservableCollection<(Of <(<'Resource>)>)>
      C1.C1Schedule..::..BaseList<(Of <(<'Resource>)>)>
        C1.C1Schedule..::..ResourceList

See Also