/// <summary> /// Create a new Tv_FailedServiceLog object. /// </summary> /// <param name="failedServiceLogID">Initial value of the FailedServiceLogID property.</param> /// <param name="productServiceId">Initial value of the ProductServiceId 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_FailedServiceLog CreateTv_FailedServiceLog(global::System.Int64 failedServiceLogID, global::System.Int64 productServiceId, global::System.Int32 updatedBy, global::System.DateTime updatedDate) { Tv_FailedServiceLog tv_FailedServiceLog = new Tv_FailedServiceLog(); tv_FailedServiceLog.FailedServiceLogID = failedServiceLogID; tv_FailedServiceLog.ProductServiceId = productServiceId; tv_FailedServiceLog.UpdatedBy = updatedBy; tv_FailedServiceLog.UpdatedDate = updatedDate; return tv_FailedServiceLog; }
/// <summary> /// Deprecated Method for adding a new object to the Tv_FailedServiceLog EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTv_FailedServiceLog(Tv_FailedServiceLog tv_FailedServiceLog) { base.AddObject("Tv_FailedServiceLog", tv_FailedServiceLog); }