/// <summary> /// Deprecated Method for adding a new object to the testruns EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotestruns(testrun testrun) { base.AddObject("testruns", testrun); }
/// <summary> /// Create a new testrun object. /// </summary> /// <param name="fullPath">Initial value of the FullPath property.</param> /// <param name="jobID">Initial value of the JobID property.</param> /// <param name="runIndex">Initial value of the RunIndex property.</param> /// <param name="status">Initial value of the Status property.</param> /// <param name="oSImageID">Initial value of the OSImageID property.</param> public static testrun Createtestrun(global::System.String fullPath, global::System.String jobID, global::System.Int32 runIndex, global::System.String status, global::System.String oSImageID) { testrun testrun = new testrun(); testrun.FullPath = fullPath; testrun.JobID = jobID; testrun.RunIndex = runIndex; testrun.Status = status; testrun.OSImageID = oSImageID; return testrun; }