Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the design_producoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodesign_producoes(design_producoes design_producoes)
 {
     base.AddObject("design_producoes", design_producoes);
 }
Example #2
0
 /// <summary>
 /// Create a new design_producoes object.
 /// </summary>
 /// <param name="designId">Initial value of the DesignId property.</param>
 /// <param name="producaoId">Initial value of the ProducaoId property.</param>
 /// <param name="dataIns">Initial value of the DataIns property.</param>
 /// <param name="reprint">Initial value of the Reprint property.</param>
 /// <param name="pagamentoEfetuado">Initial value of the PagamentoEfetuado property.</param>
 public static design_producoes Createdesign_producoes(global::System.Int32 designId, global::System.Int32 producaoId, global::System.DateTime dataIns, global::System.Byte reprint, global::System.Byte pagamentoEfetuado)
 {
     design_producoes design_producoes = new design_producoes();
     design_producoes.DesignId = designId;
     design_producoes.ProducaoId = producaoId;
     design_producoes.DataIns = dataIns;
     design_producoes.Reprint = reprint;
     design_producoes.PagamentoEfetuado = pagamentoEfetuado;
     return design_producoes;
 }