GanttSeriesCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements contained in the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
HasTimeEntries | このGanttSeriesCollectionに少なくとも1つタイムエントリを持つ項目が1つ以上含まれているかどうかを決定します。 | |
Item | オーバーロードされます。 指定されたキーを持つコレクション内のGanttSeriesを返します。 | |
ItemCountTotal | このデータセットコレクションの総項目数を取得します。 | |
MaxDateTime | このコレクション内のすべてのGanttTimeEntriesから、最新のDateTimeを取得します。 | |
MinDateTime | このコレクション内のすべてのGanttTimeEntriesから、最も古いのDateTimeを取得します。 |
名前 | 解説 | |
---|---|---|
Dictionary | Gets the list of elements contained in the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
InnerHashtable | Gets the list of elements contained in the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | オーバーロードされます。 コレクションにGanttSeriesオブジェクトを追加します。 | |
Clear | Clears the contents of the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
CopyTo | Copies the System.Collections.DictionaryBase elements to a one-dimensional System.Array at the specified index. System.Collections.DictionaryBaseから継承されます。 | |
GetEnumerator | このGanttSeriesCollectionの列挙子を取得します。 |
名前 | 解説 | |
---|---|---|
OnClear | Performs additional custom processes before clearing the contents of the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
OnGet | Gets the element with the specified key and value in the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
OnRemove | Performs additional custom processes before removing an element from the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.DictionaryBase instance. System.Collections.DictionaryBaseから継承されます。 | |
OnValidate | Performs additional custom processes when validating the element with the specified key and value. System.Collections.DictionaryBaseから継承されます。 |