次の方法で共有


Add メソッド

DimensionPermission を作成してコレクションに追加します。

オーバーロードの一覧

  名前 説明
パブリック メソッド Add(String) 指定した識別子の DimensionPermission を作成し、コレクションの末尾に追加します。
パブリック メソッド Add(DimensionPermission) DimensionPermission をコレクションの末尾に追加します。
プロテクト メソッド Add(ModelComponent) ModelComponentMajorObjectCollection の末尾に追加します。 (MajorObjectCollection から継承されています。)
パブリック メソッド Add(String, String) 指定したロール識別子および名前の DimensionPermission を作成し、コレクションの末尾に追加します。
プロテクト メソッド Add(String, IModelComponent) (ModelComponentCollection から継承されています。)
プロテクト メソッド Add(ModelComponent, Boolean) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド Add(String, String, String) 指定したロール識別子、名前、および識別子の DimensionPermission を作成し、コレクションの末尾に追加します。
プロテクト メソッド Add(String, IModelComponent, Boolean) (ModelComponentCollection から継承されています。)

Top