/// <summary>
 /// Deprecated Method for adding a new object to the TestRunTypeValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTestRunTypeValues(TestRunTypeValue testRunTypeValue)
 {
     base.AddObject("TestRunTypeValues", testRunTypeValue);
 }
 /// <summary>
 /// Create a new TestRunTypeValue object.
 /// </summary>
 /// <param name="testRunTypeValueID">Initial value of the TestRunTypeValueID property.</param>
 /// <param name="defaultExpirationLengthDays">Initial value of the DefaultExpirationLengthDays property.</param>
 public static TestRunTypeValue CreateTestRunTypeValue(global::System.String testRunTypeValueID, global::System.Int32 defaultExpirationLengthDays)
 {
     TestRunTypeValue testRunTypeValue = new TestRunTypeValue();
     testRunTypeValue.TestRunTypeValueID = testRunTypeValueID;
     testRunTypeValue.DefaultExpirationLengthDays = defaultExpirationLengthDays;
     return testRunTypeValue;
 }