/// <summary>
 /// Deprecated Method for adding a new object to the condicions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocondicions(condicion condicion)
 {
     base.AddObject("condicions", condicion);
 }
 /// <summary>
 /// Create a new condicion object.
 /// </summary>
 /// <param name="condicion1">Initial value of the condicion1 property.</param>
 /// <param name="simbolo">Initial value of the simbolo property.</param>
 public static condicion Createcondicion(global::System.String condicion1, global::System.String simbolo)
 {
     condicion condicion = new condicion();
     condicion.condicion1 = condicion1;
     condicion.simbolo = simbolo;
     return condicion;
 }