/// <summary>
 /// Método desusado para agregar un nuevo objeto al EntitySet iftHomologacionElementoComponentes. Considere la posibilidad de usar el método .Add de la propiedad ObjectSet&lt;T&gt; asociada.
 /// </summary>
 public void AddToiftHomologacionElementoComponentes(iftHomologacionElementoComponentes iftHomologacionElementoComponentes)
 {
     base.AddObject("iftHomologacionElementoComponentes", iftHomologacionElementoComponentes);
 }
 /// <summary>
 /// Crear un nuevo objeto iftHomologacionElementoComponentes.
 /// </summary>
 /// <param name="intIdElemento">Valor inicial de la propiedad intIdElemento.</param>
 public static iftHomologacionElementoComponentes CreateiftHomologacionElementoComponentes(global::System.Int32 intIdElemento)
 {
     iftHomologacionElementoComponentes iftHomologacionElementoComponentes = new iftHomologacionElementoComponentes();
     iftHomologacionElementoComponentes.intIdElemento = intIdElemento;
     return iftHomologacionElementoComponentes;
 }