次の方法で共有


Add メソッド

AttributeRelationship を作成してコレクションの末尾に追加します。

オーバーロードの一覧

  名前 説明
パブリック メソッド Add(String) attributeID によって定義される AttributeRelationship を作成してコレクションの末尾に追加します。
パブリック メソッド Add(AttributeRelationship) 指定した AttributeRelationship をコレクションの末尾に追加します。
プロテクト メソッド Add(ModelComponent) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド Add(String, IModelComponent) (ModelComponentCollection から継承されています。)
プロテクト メソッド Add(ModelComponent, Boolean) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド Add(String, IModelComponent, Boolean) (ModelComponentCollection から継承されています。)

Top