Example #1
0
 /// <summary>
 /// Create a new Adm_AnhoVehiculo object.
 /// </summary>
 /// <param name="marcaVehiculoId">Initial value of the marcaVehiculoId property.</param>
 /// <param name="modeloVehiculoId">Initial value of the modeloVehiculoId property.</param>
 /// <param name="anhoVehiculoId">Initial value of the anhoVehiculoId property.</param>
 /// <param name="claseVehiculoId">Initial value of the claseVehiculoId property.</param>
 public static Adm_AnhoVehiculo CreateAdm_AnhoVehiculo(global::System.Int32 marcaVehiculoId, global::System.Int32 modeloVehiculoId, global::System.DateTime anhoVehiculoId, global::System.Int32 claseVehiculoId)
 {
     Adm_AnhoVehiculo adm_AnhoVehiculo = new Adm_AnhoVehiculo();
     adm_AnhoVehiculo.marcaVehiculoId = marcaVehiculoId;
     adm_AnhoVehiculo.modeloVehiculoId = modeloVehiculoId;
     adm_AnhoVehiculo.anhoVehiculoId = anhoVehiculoId;
     adm_AnhoVehiculo.claseVehiculoId = claseVehiculoId;
     return adm_AnhoVehiculo;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Adm_AnhoVehiculo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAdm_AnhoVehiculo(Adm_AnhoVehiculo adm_AnhoVehiculo)
 {
     base.AddObject("Adm_AnhoVehiculo", adm_AnhoVehiculo);
 }