示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vUsedMachineLists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovUsedMachineLists(vUsedMachineList vUsedMachineList)
 {
     base.AddObject("vUsedMachineLists", vUsedMachineList);
 }
示例#2
0
 /// <summary>
 /// Create a new vUsedMachineList object.
 /// </summary>
 /// <param name="machineID">Initial value of the MachineID property.</param>
 /// <param name="machineGrade">Initial value of the MachineGrade property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="machineTypeName">Initial value of the MachineTypeName property.</param>
 /// <param name="industryName">Initial value of the IndustryName property.</param>
 /// <param name="manufacturerName">Initial value of the ManufacturerName property.</param>
 /// <param name="photoUrl">Initial value of the PhotoUrl property.</param>
 /// <param name="machineTypeID">Initial value of the MachineTypeID property.</param>
 public static vUsedMachineList CreatevUsedMachineList(global::System.Int32 machineID, global::System.String machineGrade, global::System.String status, global::System.String machineTypeName, global::System.String industryName, global::System.String manufacturerName, global::System.String photoUrl, global::System.Int32 machineTypeID)
 {
     vUsedMachineList vUsedMachineList = new vUsedMachineList();
     vUsedMachineList.MachineID = machineID;
     vUsedMachineList.MachineGrade = machineGrade;
     vUsedMachineList.Status = status;
     vUsedMachineList.MachineTypeName = machineTypeName;
     vUsedMachineList.IndustryName = industryName;
     vUsedMachineList.ManufacturerName = manufacturerName;
     vUsedMachineList.PhotoUrl = photoUrl;
     vUsedMachineList.MachineTypeID = machineTypeID;
     return vUsedMachineList;
 }