ClassResourceCollection
Represents a dynamic data collection of resources that provides notifications when resources get added, removed, or when the whole list is refreshed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class ResourceCollection : ObservableCollection<IResource>, IList<IResource>, ICollection<IResource>, IList, ICollection, IReadOnlyList<IResource>, IReadOnlyCollection<IResource>, IEnumerable<IResource>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<IResource>ObservableCollection<IResource>ResourceCollection
Implements:
Inherited Members
Constructors
ResourceCollection()
Initializes a new instance of the Telerik.Windows.Controls.ResourceCollection class.
Declaration
public ResourceCollection()
ResourceCollection(IEnumerable<IResource>)
Initializes a new instance of the Telerik.Windows.Controls.ResourceCollection class.
Declaration
public ResourceCollection(IEnumerable<IResource> collection)
Parameters
collection
Properties
ResourceType
Gets or sets the type of the resource.
Declaration
public string ResourceType { get; set; }
Property Value
The type of the resource.
Methods
InsertItem(int, IResource)
Inserts an item into the collection at the specified index.
SetItem(int, IResource)
Replaces the element at the specified index.