Example #1
0
 /// <summary>
 /// Create a new producoes_tamanhos object.
 /// </summary>
 /// <param name="designId">Initial value of the DesignId property.</param>
 /// <param name="producaoId">Initial value of the ProducaoId property.</param>
 /// <param name="modeloId">Initial value of the ModeloId property.</param>
 /// <param name="tamanhoId">Initial value of the TamanhoId property.</param>
 /// <param name="producaoEstimada">Initial value of the ProducaoEstimada property.</param>
 public static producoes_tamanhos Createproducoes_tamanhos(global::System.Int32 designId, global::System.Int32 producaoId, global::System.Int32 modeloId, global::System.Int32 tamanhoId, global::System.Int32 producaoEstimada)
 {
     producoes_tamanhos producoes_tamanhos = new producoes_tamanhos();
     producoes_tamanhos.DesignId = designId;
     producoes_tamanhos.ProducaoId = producaoId;
     producoes_tamanhos.ModeloId = modeloId;
     producoes_tamanhos.TamanhoId = tamanhoId;
     producoes_tamanhos.ProducaoEstimada = producaoEstimada;
     return producoes_tamanhos;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the producoes_tamanhos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToproducoes_tamanhos(producoes_tamanhos producoes_tamanhos)
 {
     base.AddObject("producoes_tamanhos", producoes_tamanhos);
 }