名前 | 解説 | |
---|---|---|
CategoryCollection コンストラクタ | Initializes a new instance of the CategoryCollection class. |
CategoryCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
CategoryCollection コンストラクタ | Initializes a new instance of the CategoryCollection class. |
名前 | 解説 | |
---|---|---|
Comparer | System.Collections.ObjectModel.KeyedCollection<TKey,TItem>から継承されます。 | |
Count | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Item | オーバーロードされます。 Gets the element with the specified key if any. C1.Schedule.BaseCollection<Category>から継承されます。 | |
SuppressedDataChanging | Gets or set the System.Boolean value specifying whether change events should not be fired. C1.Schedule.BaseCollection<Category>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | Adds a new custom object to the collection. If the item already exists in the collection, its index is returned. C1.Schedule.BaseCollection<Category>から継承されます。 | |
AddRange | オーバーロードされます。 Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. C1.Schedule.BaseCollection<Category>から継承されます。 | |
Clear | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Contains | オーバーロードされます。 Check if collection contains an item with specified index. C1.Schedule.BaseCollection<Category>から継承されます。 | |
CopyTo | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
GetDefaults | Returns the list of predefined categories. | |
IndexOf | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
LoadDefaults | Restores the collection to its default state. | |
RefreshDefaults | Refreshes default values honoring current culture settings. | |
Remove | オーバーロードされます。 System.Collections.ObjectModel.KeyedCollection<TKey,TItem>から継承されます。 | |
RemoveAt | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
名前 | 解説 | |
---|---|---|
ItemChanged | Occurs when one of collection items has been changed. C1.Schedule.BaseCollection<Category>から継承されます。 |