コード例 #1
0
ファイル: GES.Designer.cs プロジェクト: nehalpatel1/GESCode
 /// <summary>
 /// Deprecated Method for adding a new object to the vShantuiProductLists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovShantuiProductLists(vShantuiProductList vShantuiProductList)
 {
     base.AddObject("vShantuiProductLists", vShantuiProductList);
 }
コード例 #2
0
ファイル: GES.Designer.cs プロジェクト: nehalpatel1/GESCode
 /// <summary>
 /// Create a new vShantuiProductList 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="modelName">Initial value of the ModelName property.</param>
 /// <param name="manufacturerName">Initial value of the ManufacturerName property.</param>
 /// <param name="machineTypeID">Initial value of the MachineTypeID property.</param>
 public static vShantuiProductList CreatevShantuiProductList(global::System.Int32 machineID, global::System.String machineGrade, global::System.String status, global::System.String machineTypeName, global::System.String industryName, global::System.String modelName, global::System.String manufacturerName, global::System.Int32 machineTypeID)
 {
     vShantuiProductList vShantuiProductList = new vShantuiProductList();
     vShantuiProductList.MachineID = machineID;
     vShantuiProductList.MachineGrade = machineGrade;
     vShantuiProductList.Status = status;
     vShantuiProductList.MachineTypeName = machineTypeName;
     vShantuiProductList.IndustryName = industryName;
     vShantuiProductList.ModelName = modelName;
     vShantuiProductList.ManufacturerName = manufacturerName;
     vShantuiProductList.MachineTypeID = machineTypeID;
     return vShantuiProductList;
 }