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