コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the desejos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodesejos(desejos desejos)
 {
     base.AddObject("desejos", desejos);
 }
コード例 #2
0
 /// <summary>
 /// Create a new desejos object.
 /// </summary>
 /// <param name="desejoId">Initial value of the DesejoId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="dataIns">Initial value of the DataIns property.</param>
 /// <param name="privado">Initial value of the Privado property.</param>
 /// <param name="jaPossui">Initial value of the JaPossui property.</param>
 /// <param name="varcamId">Initial value of the VarcamId property.</param>
 /// <param name="camisetaId">Initial value of the CamisetaId property.</param>
 /// <param name="notificadoEstoque">Initial value of the NotificadoEstoque property.</param>
 public static desejos Createdesejos(global::System.Int32 desejoId, global::System.Int32 userId, global::System.DateTime dataIns, global::System.Byte privado, global::System.Byte jaPossui, global::System.Int32 varcamId, global::System.Int32 camisetaId, global::System.Byte notificadoEstoque)
 {
     desejos desejos = new desejos();
     desejos.DesejoId = desejoId;
     desejos.UserId = userId;
     desejos.DataIns = dataIns;
     desejos.Privado = privado;
     desejos.JaPossui = jaPossui;
     desejos.VarcamId = varcamId;
     desejos.CamisetaId = camisetaId;
     desejos.NotificadoEstoque = notificadoEstoque;
     return desejos;
 }