Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tv_ProductReceive EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTv_ProductReceive(Tv_ProductReceive tv_ProductReceive)
 {
     base.AddObject("Tv_ProductReceive", tv_ProductReceive);
 }
Example #2
0
 /// <summary>
 /// Create a new Tv_ProductReceive object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="jobID">Initial value of the JobID property.</param>
 /// <param name="servicePointID">Initial value of the ServicePointID property.</param>
 /// <param name="modelName">Initial value of the ModelName property.</param>
 /// <param name="productType">Initial value of the ProductType property.</param>
 /// <param name="subType">Initial value of the SubType property.</param>
 /// <param name="customerName">Initial value of the CustomerName property.</param>
 /// <param name="customerAddress">Initial value of the CustomerAddress property.</param>
 /// <param name="customerMobile">Initial value of the CustomerMobile property.</param>
 /// <param name="isWarrantyAvailable">Initial value of the IsWarrantyAvailable property.</param>
 /// <param name="complaints">Initial value of the Complaints property.</param>
 /// <param name="receivedUserId">Initial value of the ReceivedUserId property.</param>
 /// <param name="receivedDate">Initial value of the ReceivedDate property.</param>
 /// <param name="isIndoorReceive">Initial value of the IsIndoorReceive property.</param>
 /// <param name="isAssigned">Initial value of the IsAssigned property.</param>
 /// <param name="serviceStatus">Initial value of the ServiceStatus 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_ProductReceive CreateTv_ProductReceive(global::System.Int64 id, global::System.String jobID, global::System.Int32 servicePointID, global::System.String modelName, global::System.String productType, global::System.String subType, global::System.String customerName, global::System.String customerAddress, global::System.String customerMobile, global::System.Boolean isWarrantyAvailable, global::System.String complaints, global::System.Int32 receivedUserId, global::System.DateTime receivedDate, global::System.Boolean isIndoorReceive, global::System.Boolean isAssigned, global::System.String serviceStatus, global::System.Int32 updatedBy, global::System.DateTime updatedDate)
 {
     Tv_ProductReceive tv_ProductReceive = new Tv_ProductReceive();
     tv_ProductReceive.ID = id;
     tv_ProductReceive.JobID = jobID;
     tv_ProductReceive.ServicePointID = servicePointID;
     tv_ProductReceive.ModelName = modelName;
     tv_ProductReceive.ProductType = productType;
     tv_ProductReceive.SubType = subType;
     tv_ProductReceive.CustomerName = customerName;
     tv_ProductReceive.CustomerAddress = customerAddress;
     tv_ProductReceive.CustomerMobile = customerMobile;
     tv_ProductReceive.IsWarrantyAvailable = isWarrantyAvailable;
     tv_ProductReceive.Complaints = complaints;
     tv_ProductReceive.ReceivedUserId = receivedUserId;
     tv_ProductReceive.ReceivedDate = receivedDate;
     tv_ProductReceive.IsIndoorReceive = isIndoorReceive;
     tv_ProductReceive.IsAssigned = isAssigned;
     tv_ProductReceive.ServiceStatus = serviceStatus;
     tv_ProductReceive.UpdatedBy = updatedBy;
     tv_ProductReceive.UpdatedDate = updatedDate;
     return tv_ProductReceive;
 }