/// <summary>
 /// There are no comments for Test9s in the schema.
 /// </summary>
 public void AddToTest9s(Test9s test9s)
 {
     base.AddObject("Test9s", test9s);
 }
 /// <summary>
 /// Create a new Test9s object.
 /// </summary>
 /// <param name="testId9">Initial value of TestId9.</param>
 /// <param name="runId3">Initial value of RunId3.</param>
 /// <param name="buildId">Initial value of BuildId.</param>
 /// <param name="name">Initial value of Name.</param>
 public static Test9s CreateTest9s(int testId9, int runId3, int buildId, string name)
 {
     Test9s test9s = new Test9s();
     test9s.TestId9 = testId9;
     test9s.RunId3 = runId3;
     test9s.BuildId = buildId;
     test9s.Name = name;
     return test9s;
 }