このクラスのメンバの一覧は、ObjectCollectionメンバを参照してください。
名前 | 解説 | |
---|---|---|
Clear | オーバーロードされます。 そのコンテンツの ObjectCollection を消去し、コントロール ツリーから関連付けられた Controls を削除します。 | |
Contains | 指定された項目がコレクションに含まれる場合は true を返します。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
IndexOf | コレクション内のオブジェクトのインデックスを返します。 | |
Remove | コレクションで見つかった場合は指定した collectionObject を削除します。 | |
RemoveAt | ||
SetDirty | コレクションのすべてのオブジェクトの ViewState をダーティにマークすると、それはクライアントへの往復のために保存されます。 |
名前 | 解説 | |
---|---|---|
CreateViewStateJournal | ||
InternalAdd | オブジェクトをコレクションに追加します。 | |
InternalClear | オーバーロードされます。 内部コレクション データ構造を消去します。 | |
InternalMove | コレクション内で項目をひとつのインデックスから別のインスタンスに移動します。 | |
InternalRemove | オーバーロードされます。 コレクションから項目を削除します。 | |
LoadViewState | ||
LoadViewStateItems | ||
OnClear | オーバーライドされます。 コレクションが消去される時に関連付けられた Templates を消去します。 | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemove | オーバーライドされます。 オブジェクトがコレクションから削除される時に関連付けられた Templates を消去します。 | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnValidate | オーバーライドされます。 値は null 値ではないことを検証します。 | |
SaveViewState | ||
SaveViewStateItems |