名前 | 解説 | |
---|---|---|
DateList コンストラクタ | Initializes a new instance of the DateList collection. |
DateListデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
DateList コンストラクタ | Initializes a new instance of the DateList collection. |
名前 | 解説 | |
---|---|---|
Count | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
InUpdate | Gets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (ReentrantObservableCollection<T>.BeginUpdate has been called). C1.WPF.Schedule.ReentrantObservableCollection<DateTime>から継承されます。 | |
Item | System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | Adds a System.DateTime value to the end of the Collection. | |
BeginUpdate | Prevents raising events until the ReentrantObservableCollection<T>.EndUpdate method is called. C1.WPF.Schedule.ReentrantObservableCollection<DateTime>から継承されます。 | |
Clear | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Contains | Returns true if specified item exists in the Collection. | |
CopyTo | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
EndUpdate | Enables raising events. If collection has been changed since the call to the ReentrantObservableCollection<T>.BeginUpdate method, raises PropertyChanged and CollectionChanged events. C1.WPF.Schedule.ReentrantObservableCollection<DateTime>から継承されます。 | |
IndexOf | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Move | Moves the item at the specified index to a new location in the collection. C1.WPF.Schedule.ReentrantObservableCollection<DateTime>から継承されます。 | |
Remove | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
RemoveAt | System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. C1.WPF.Schedule.ReentrantObservableCollection<DateTime>から継承されます。 |