Example #1
0
 /// <summary>
 /// Create a new Torneos_Canchas object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="idTorneo">Initial value of the idTorneo property.</param>
 /// <param name="idCancha">Initial value of the idCancha property.</param>
 /// <param name="viaticos">Initial value of the viaticos property.</param>
 public static Torneos_Canchas CreateTorneos_Canchas(global::System.Int32 id, global::System.Int32 idTorneo, global::System.Int32 idCancha, global::System.Decimal viaticos)
 {
     Torneos_Canchas torneos_Canchas = new Torneos_Canchas();
     torneos_Canchas.id = id;
     torneos_Canchas.idTorneo = idTorneo;
     torneos_Canchas.idCancha = idCancha;
     torneos_Canchas.viaticos = viaticos;
     return torneos_Canchas;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Torneos_Canchas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTorneos_Canchas(Torneos_Canchas torneos_Canchas)
 {
     base.AddObject("Torneos_Canchas", torneos_Canchas);
 }