Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vicidial_log EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovicidial_log(vicidial_log vicidial_log)
 {
     base.AddObject("vicidial_log", vicidial_log);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new vicidial_log object.
 /// </summary>
 /// <param name="uniqueid">Initial value of the uniqueid property.</param>
 /// <param name="lead_id">Initial value of the lead_id property.</param>
 public static vicidial_log Createvicidial_log(global::System.String uniqueid, global::System.Int64 lead_id)
 {
     vicidial_log vicidial_log = new vicidial_log();
     vicidial_log.uniqueid = uniqueid;
     vicidial_log.lead_id = lead_id;
     return vicidial_log;
 }