Compartir a través de


Add Método

Creates and adds an MdxScript to the collection.

Lista de sobrecargas

  Nombre Descripción
Método publico Add() () () () Creates and adds an MdxScript to the end of the collection.
Método publico Add(String) Creates and adds an MdxScript, with the specified identifier, to the end of the collection.
Método publico Add(MdxScript) Adds an MdxScript to the end of the collection.
Método protegido Add(ModelComponent) Adds a ModelComponent to the end of the MajorObjectCollection. (Se hereda de MajorObjectCollection).
Método publico Add(String, String) Creates and adds an MdxScript, with the specified name and identifier, to the end of the collection.
Método protegido Add(String, IModelComponent) (Se hereda de ModelComponentCollection).
Método protegido Add(ModelComponent, Boolean) Infraestructura. (Se hereda de ModelComponentCollection).
Método protegido Add(String, IModelComponent, Boolean) (Se hereda de ModelComponentCollection).

Principio