Esempio n. 1
0
 /// <summary>
 /// Create a new Tv_ProductService object.
 /// </summary>
 /// <param name="productServiceId">Initial value of the ProductServiceId property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="servicePointId">Initial value of the ServicePointId property.</param>
 /// <param name="serviceManagerId">Initial value of the ServiceManagerId property.</param>
 /// <param name="assignDate">Initial value of the AssignDate property.</param>
 /// <param name="isTechnicianAssigned">Initial value of the IsTechnicianAssigned property.</param>
 /// <param name="isServiceCompleted">Initial value of the IsServiceCompleted property.</param>
 /// <param name="productServiceStatus">Initial value of the ProductServiceStatus property.</param>
 /// <param name="updatedBy">Initial value of the UpdatedBy property.</param>
 /// <param name="updatedDate">Initial value of the UpdatedDate property.</param>
 public static Tv_ProductService CreateTv_ProductService(global::System.Int64 productServiceId, global::System.Int64 id, global::System.Int32 servicePointId, global::System.Int32 serviceManagerId, global::System.DateTime assignDate, global::System.Boolean isTechnicianAssigned, global::System.Boolean isServiceCompleted, global::System.String productServiceStatus, global::System.Int32 updatedBy, global::System.DateTime updatedDate)
 {
     Tv_ProductService tv_ProductService = new Tv_ProductService();
     tv_ProductService.ProductServiceId = productServiceId;
     tv_ProductService.ID = id;
     tv_ProductService.ServicePointId = servicePointId;
     tv_ProductService.ServiceManagerId = serviceManagerId;
     tv_ProductService.AssignDate = assignDate;
     tv_ProductService.IsTechnicianAssigned = isTechnicianAssigned;
     tv_ProductService.IsServiceCompleted = isServiceCompleted;
     tv_ProductService.ProductServiceStatus = productServiceStatus;
     tv_ProductService.UpdatedBy = updatedBy;
     tv_ProductService.UpdatedDate = updatedDate;
     return tv_ProductService;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tv_ProductService EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTv_ProductService(Tv_ProductService tv_ProductService)
 {
     base.AddObject("Tv_ProductService", tv_ProductService);
 }