バージョン

NamedReferencesCollection クラス メンバ

NamedReferencesCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
パブリック プロパティ
 名前解説
Public プロパティAllオブジェクトの配列としてのコレクションを返します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Public プロパティAllowDuplicateKeysこのコレクションに一意でないキーを持つオブジェクトを格納できるかどうかを示します。  
Public プロパティAllowEmptyKeysこのコレクションにキーのない無名オブジェクトを格納できるかどうかを示します。  
Public プロパティCalcManagerこのNamedReferencesコレクションが属するUltraWebCalcManager。  
Public プロパティCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。
Public プロパティCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public プロパティIsReadOnlyオーバーライドされます。 オーバーライドされます。このコレクションが読み取りとして取り扱うかどうかを指定します。  
Public プロパティItemコレクション内の指定した位置にある名前付き参照を取得します。  
Public プロパティOwnerこのコレクションの所有コレクションへのパブリックアクセスを取得します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティInitialCapacityコレクションの初期容量を指定します。  
Protected プロパティInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected プロパティListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddオーバーロードされます。 指定したキーと数式を持つ新しい名前付き参照を作成して、コレクションに直接追加します。  
Public メソッドClearすべての名前付き参照をコレクションから削除します。  
Public メソッドContains指定された項目がコレクションに含まれる場合は true を返します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Public メソッドCopyTo項目を配列にコピーします。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Public メソッドExistsこのキーがあるオブジェクトがすでにコレクションである場合は True を返します。このエディターは項目のキーの入力を要求し、項目を作成する前にそのキーを検証します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドGetItemオーバーロードされます。 IServiceProvider Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Public メソッドIndexOfオーバーロードされます。 渡されたキーを持つコレクション内の項目のインデックスを返します。キーが見つからない場合は-1を返します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Public メソッドInsert指定されたインデックスに新しい NamedReference を挿入します。  
Public メソッドRemoveオーバーロードされます。 指定したキーを持つ名前付き参照をコレクションから削除します。  
Public メソッドRemoveAt指定した位置にある名前付き参照をコレクションから削除します。  
Public メソッドSetOwnerこのコレクションのオーナーを設定します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Public メソッドValidateKeyDoesNotExistオーバーロードされます。 キーが既に存在する場合、DuplicateNameExceptionをスローします。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCreateArray戻り値となる配列を作成するためにすべての「get」メソッドで使用される仮想メソッド。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Protected メソッドInternalAddオブジェクトをコレクションに追加します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Protected メソッドInternalClearコレクションをクリアします。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Protected メソッドInternalInsertオブジェクトをコレクションに挿入します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Protected メソッドInternalRemoveコレクションから項目を削除します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Protected メソッドInternalRemoveAtコレクションから項目を削除します。 Infragistics.WebUI.Shared.KeyedObjectCollectionBaseから継承されます。
Protected メソッドOnClearPerforms additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnClearCompletePerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertCompleteオーバーライドされます。   
Protected メソッドOnRemovePerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnRemoveCompletePerforms additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetCompletePerforms additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnValidatePerforms additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。
トップ
参照