Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ILSetSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToILSetSet(ILSet iLSet)
 {
     base.AddObject("ILSetSet", iLSet);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new ILSet object.
 /// </summary>
 /// <param name="id_Model">Initial value of the id_Model property.</param>
 /// <param name="id_Label">Initial value of the id_Label property.</param>
 /// <param name="nombre">Initial value of the nombre property.</param>
 /// <param name="a">Initial value of the a property.</param>
 /// <param name="b">Initial value of the b property.</param>
 /// <param name="c">Initial value of the c property.</param>
 /// <param name="id_proyecto">Initial value of the id_proyecto property.</param>
 /// <param name="id_asignacion">Initial value of the id_asignacion property.</param>
 /// <param name="valor">Initial value of the valor property.</param>
 public static ILSet CreateILSet(global::System.Int32 id_Model, global::System.String id_Label, global::System.String nombre, global::System.String a, global::System.String b, global::System.String c, global::System.String id_proyecto, global::System.String id_asignacion, global::System.String valor)
 {
     ILSet iLSet = new ILSet();
     iLSet.id_Model = id_Model;
     iLSet.id_Label = id_Label;
     iLSet.nombre = nombre;
     iLSet.a = a;
     iLSet.b = b;
     iLSet.c = c;
     iLSet.id_proyecto = id_proyecto;
     iLSet.id_asignacion = id_asignacion;
     iLSet.valor = valor;
     return iLSet;
 }