示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PUERTA EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPUERTA(PUERTA pUERTA)
 {
     base.AddObject("PUERTA", pUERTA);
 }
示例#2
0
 /// <summary>
 /// Create a new PUERTA object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="puerta1">Initial value of the puerta1 property.</param>
 /// <param name="generaTurno">Initial value of the generaTurno property.</param>
 public static PUERTA CreatePUERTA(global::System.Int32 id, global::System.String puerta1, global::System.Boolean generaTurno)
 {
     PUERTA pUERTA = new PUERTA();
     pUERTA.id = id;
     pUERTA.puerta1 = puerta1;
     pUERTA.generaTurno = generaTurno;
     return pUERTA;
 }