コード例 #1
0
ファイル: Database.Designer.cs プロジェクト: qljiong/KSOA
 /// <summary>
 /// 用于向 UI_ExcelImportByPlatform EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddToUI_ExcelImportByPlatform(UI_ExcelImportByPlatform uI_ExcelImportByPlatform)
 {
     base.AddObject("UI_ExcelImportByPlatform", uI_ExcelImportByPlatform);
 }
コード例 #2
0
ファイル: Database.Designer.cs プロジェクト: qljiong/KSOA
 /// <summary>
 /// 创建新的 UI_ExcelImportByPlatform 对象。
 /// </summary>
 /// <param name="id">ID 属性的初始值。</param>
 /// <param name="customerID">CustomerID 属性的初始值。</param>
 /// <param name="exType">ExType 属性的初始值。</param>
 /// <param name="exTime">ExTime 属性的初始值。</param>
 /// <param name="exCpName">ExCpName 属性的初始值。</param>
 /// <param name="exOpusName">ExOpusName 属性的初始值。</param>
 /// <param name="exCooperation">ExCooperation 属性的初始值。</param>
 /// <param name="exCollectNum">ExCollectNum 属性的初始值。</param>
 /// <param name="exSingleCollectNum">ExSingleCollectNum 属性的初始值。</param>
 /// <param name="exOpusUnitPrice">ExOpusUnitPrice 属性的初始值。</param>
 /// <param name="exAccountPrice">ExAccountPrice 属性的初始值。</param>
 /// <param name="addTime">AddTime 属性的初始值。</param>
 /// <param name="isDelete">IsDelete 属性的初始值。</param>
 public static UI_ExcelImportByPlatform CreateUI_ExcelImportByPlatform(global::System.Int32 id, global::System.Int32 customerID, global::System.String exType, global::System.DateTime exTime, global::System.String exCpName, global::System.String exOpusName, global::System.String exCooperation, global::System.Int32 exCollectNum, global::System.Int32 exSingleCollectNum, global::System.Decimal exOpusUnitPrice, global::System.Decimal exAccountPrice, global::System.DateTime addTime, global::System.Boolean isDelete)
 {
     UI_ExcelImportByPlatform uI_ExcelImportByPlatform = new UI_ExcelImportByPlatform();
     uI_ExcelImportByPlatform.ID = id;
     uI_ExcelImportByPlatform.CustomerID = customerID;
     uI_ExcelImportByPlatform.ExType = exType;
     uI_ExcelImportByPlatform.ExTime = exTime;
     uI_ExcelImportByPlatform.ExCpName = exCpName;
     uI_ExcelImportByPlatform.ExOpusName = exOpusName;
     uI_ExcelImportByPlatform.ExCooperation = exCooperation;
     uI_ExcelImportByPlatform.ExCollectNum = exCollectNum;
     uI_ExcelImportByPlatform.ExSingleCollectNum = exSingleCollectNum;
     uI_ExcelImportByPlatform.ExOpusUnitPrice = exOpusUnitPrice;
     uI_ExcelImportByPlatform.ExAccountPrice = exAccountPrice;
     uI_ExcelImportByPlatform.AddTime = addTime;
     uI_ExcelImportByPlatform.IsDelete = isDelete;
     return uI_ExcelImportByPlatform;
 }