예제 #1
0
 /// <summary>
 /// Create a new denuncia_design object.
 /// </summary>
 /// <param name="denunciaId">Initial value of the DenunciaId property.</param>
 /// <param name="tipo">Initial value of the Tipo property.</param>
 /// <param name="dataIns">Initial value of the DataIns property.</param>
 /// <param name="designId">Initial value of the DesignId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="analisado">Initial value of the Analisado property.</param>
 public static denuncia_design Createdenuncia_design(global::System.Int32 denunciaId, global::System.String tipo, global::System.DateTime dataIns, global::System.Int32 designId, global::System.Int32 userId, global::System.Byte analisado)
 {
     denuncia_design denuncia_design = new denuncia_design();
     denuncia_design.DenunciaId = denunciaId;
     denuncia_design.Tipo = tipo;
     denuncia_design.DataIns = dataIns;
     denuncia_design.DesignId = designId;
     denuncia_design.UserId = userId;
     denuncia_design.Analisado = analisado;
     return denuncia_design;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the denuncia_design EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodenuncia_design(denuncia_design denuncia_design)
 {
     base.AddObject("denuncia_design", denuncia_design);
 }