/// <summary> /// Create a new vw_Vehicles object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="vin">Initial value of the Vin property.</param> /// <param name="make">Initial value of the Make property.</param> /// <param name="model">Initial value of the Model property.</param> /// <param name="year">Initial value of the Year property.</param> /// <param name="primaryDriver">Initial value of the PrimaryDriver property.</param> /// <param name="antiTheft">Initial value of the AntiTheft property.</param> /// <param name="antiLock">Initial value of the AntiLock property.</param> /// <param name="daytimeRunningLights">Initial value of the DaytimeRunningLights property.</param> /// <param name="differentGarageAddress">Initial value of the DifferentGarageAddress property.</param> /// <param name="passiveRestraints">Initial value of the PassiveRestraints property.</param> /// <param name="reducedUsedDiscount">Initial value of the ReducedUsedDiscount property.</param> /// <param name="quoteId">Initial value of the QuoteId property.</param> public static vw_Vehicles Createvw_Vehicles(global::System.Int32 id, global::System.String vin, global::System.String make, global::System.String model, global::System.Int32 year, global::System.Int32 primaryDriver, global::System.Boolean antiTheft, global::System.Boolean antiLock, global::System.Boolean daytimeRunningLights, global::System.Boolean differentGarageAddress, global::System.Boolean passiveRestraints, global::System.Boolean reducedUsedDiscount, global::System.Int32 quoteId) { vw_Vehicles vw_Vehicles = new vw_Vehicles(); vw_Vehicles.ID = id; vw_Vehicles.Vin = vin; vw_Vehicles.Make = make; vw_Vehicles.Model = model; vw_Vehicles.Year = year; vw_Vehicles.PrimaryDriver = primaryDriver; vw_Vehicles.AntiTheft = antiTheft; vw_Vehicles.AntiLock = antiLock; vw_Vehicles.DaytimeRunningLights = daytimeRunningLights; vw_Vehicles.DifferentGarageAddress = differentGarageAddress; vw_Vehicles.PassiveRestraints = passiveRestraints; vw_Vehicles.ReducedUsedDiscount = reducedUsedDiscount; vw_Vehicles.QuoteId = quoteId; return vw_Vehicles; }
/// <summary> /// Deprecated Method for adding a new object to the vw_Vehicles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovw_Vehicles(vw_Vehicles vw_Vehicles) { base.AddObject("vw_Vehicles", vw_Vehicles); }