Partager via


Add méthode

Creates and adds an MdxScript to the collection.

Liste de surcharge

  Nom Description
Méthode publique Add() () () () Creates and adds an MdxScript to the end of the collection.
Méthode publique Add(String) Creates and adds an MdxScript, with the specified identifier, to the end of the collection.
Méthode publique Add(MdxScript) Adds an MdxScript to the end of the collection.
Méthode protégée Add(ModelComponent) Adds a ModelComponent to the end of the MajorObjectCollection. (Hérité de MajorObjectCollection.)
Méthode publique Add(String, String) Creates and adds an MdxScript, with the specified name and identifier, to the end of the collection.
Méthode protégée Add(String, IModelComponent) (Hérité de ModelComponentCollection.)
Méthode protégée Add(ModelComponent, Boolean) Infrastructure. (Hérité de ModelComponentCollection.)
Méthode protégée Add(String, IModelComponent, Boolean) (Hérité de ModelComponentCollection.)

Haut de la page