C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace : DateList Class |
The following tables list the members exposed by DateList.
Name | Description | |
---|---|---|
DateList Constructor | Initializes a new instance of the DateList collection. |
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | |
InUpdate | Gets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (ReentrantObservableCollection<T>.BeginUpdate has been called). (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<DateTime>) |
Name | Description | |
---|---|---|
Add | Adds a System.DateTime value to the end of the Collection. | |
BeginUpdate | Prevents raising events until the ReentrantObservableCollection<T>.EndUpdate method is called. (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | |
Contains | Returns true if specified item exists in the Collection. | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | |
EndUpdate | Enables raising events. If collection has been changed since the call to the ReentrantObservableCollection<T>.BeginUpdate method, raises PropertyChanged and CollectionChanged events. (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | |
Move | Moves the item at the specified index to a new location in the collection. (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<DateTime>) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from C1.Silverlight.Schedule.ReentrantObservableCollection<DateTime>) |