次の方法で共有


MajorObjectCollection メンバー

MajorObject オブジェクトのコレクションが含まれます。

MajorObjectCollection 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
プロテクト メソッド MajorObjectCollection 指定した親オブジェクト用の MajorObjectCollection クラスの新しいインスタンスを初期化します。

Top

メソッド

  名前 説明
プロテクト メソッド Add(ModelComponent) ModelComponentMajorObjectCollection の末尾に追加します。 (NamedComponentCollection. . :: . .Add(ModelComponent) をオーバーライドします。)
プロテクト メソッド Add(String, IModelComponent) (ModelComponentCollection から継承されています。)
プロテクト メソッド Add(ModelComponent, Boolean) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド Add(String, IModelComponent, Boolean) (ModelComponentCollection から継承されています。)
プロテクト メソッド AddNew(String, Type) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド AddNew(String, String, Type) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド CanAdd インフラストラクチャです。 (NamedComponentCollection から継承されています。)
プロテクト メソッド ChangeKey インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド Clear すべての要素を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
パブリック メソッド Contains(String) (NamedComponentCollection から継承されています。)
プロテクト メソッド Contains(IModelComponent) (ModelComponentCollection から継承されています。)
パブリック メソッド ContainsName (NamedComponentCollection から継承されています。)
パブリック メソッド CopyTo 1 次元の ArrayModelComponentCollection 全体をコピーします。その際、コピー対象の配列の指定したインデックスからコピーを開始します。 (ModelComponentCollection から継承されています。)
プロテクト メソッド EnsureLoaded インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetEnumerator ModelComponentCollection を繰り返し処理できる列挙子を返します。 (ModelComponentCollection から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
プロテクト メソッド GetItem 指定したコンポーネントへの参照を取得します。 (ModelComponentCollection から継承されています。)
パブリック メソッド GetNewID() () () () (NamedComponentCollection から継承されています。)
パブリック メソッド GetNewID(String) (NamedComponentCollection から継承されています。)
パブリック メソッド GetNewName() () () () (NamedComponentCollection から継承されています。)
パブリック メソッド GetNewName(String) (NamedComponentCollection から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf(String) (NamedComponentCollection から継承されています。)
プロテクト メソッド IndexOf(IModelComponent) (ModelComponentCollection から継承されています。)
パブリック メソッド IndexOfName (NamedComponentCollection から継承されています。)
プロテクト メソッド Insert(Int32, ModelComponent) ModelComponentMajorObjectCollection 内の指定したインデックスに挿入します。 (NamedComponentCollection. . :: . .Insert(Int32, ModelComponent) をオーバーライドします。)
プロテクト メソッド Insert(IModelComponent, String, Int32) (ModelComponentCollection から継承されています。)
プロテクト メソッド Insert(IModelComponent, String, Int32, Boolean) (ModelComponentCollection から継承されています。)
パブリック メソッド IsValidID(String) (NamedComponentCollection から継承されています。)
パブリック メソッド IsValidID(String, String%) (NamedComponentCollection から継承されています。)
プロテクト メソッド IsValidID(String, Type, String%) (NamedComponentCollection から継承されています。)
パブリック メソッド IsValidName(String) (NamedComponentCollection から継承されています。)
パブリック メソッド IsValidName(String, String%) (NamedComponentCollection から継承されています。)
プロテクト メソッド IsValidName(String, Type, String%) (NamedComponentCollection から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
プロテクト メソッド Remove (ModelComponentCollection から継承されています。)
パブリック メソッド RemoveAt(Int32) 指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
パブリック メソッド RemoveAt(Int32, Boolean) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

Top

プロパティ

  名前 説明
パブリック プロパティ Count ModelComponentCollection に含まれる ModelComponent オブジェクトの数を取得します。 (ModelComponentCollection から継承されています。)
プロテクト プロパティ DemandLoadingService インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック プロパティ IsFixedSize ModelComponentCollection が固定サイズかどうかを示す値を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ IsReadOnly ModelComponentCollection が読み取り専用かどうかを示す値を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ IsSynchronized ModelComponentCollection へのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 (ModelComponentCollection から継承されています。)
プロテクト プロパティ Item 指定したインデックスにある IModelComponent を取得します。 (ModelComponentCollection から継承されています。)
プロテクト プロパティ ItemsType ModelComponentCollection に含まれる可能性のあるオブジェクトの Type を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ Parent ModelComponentCollection を含む IModelComponent を取得します。 (ModelComponentCollection から継承されています。)
プロテクト プロパティ Preloadable インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック プロパティ SyncRoot ModelComponentCollection へのアクセスの同期に使用できるオブジェクトを取得します。 (ModelComponentCollection から継承されています。)

Top

イベント

  名前 説明
パブリック イベント CollectionChanged インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック イベント CollectionChanging インフラストラクチャです。 (ModelComponentCollection から継承されています。)

Top

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Add (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Clear (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Contains (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .IndexOf (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Insert (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList. . :: . .Item (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Remove (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .RemoveAt (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IModelComponentCollection. . :: . .Contains (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IModelComponentCollection. . :: . .Remove(IModelComponent) (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IOnDemandLoadableCollection. . :: . .Loaded (ModelComponentCollection から継承されています。)

Top