Ejemplo n.º 1
0
 /// <summary>
 /// There are no comments for Test8s in the schema.
 /// </summary>
 public void AddToTest8s(Test8s test8s)
 {
     base.AddObject("Test8s", test8s);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Test8s object.
 /// </summary>
 /// <param name="testId8">Initial value of TestId8.</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 Test8s CreateTest8s(int testId8, int runId3, int buildId, string name)
 {
     Test8s test8s = new Test8s();
     test8s.TestId8 = testId8;
     test8s.RunId3 = runId3;
     test8s.BuildId = buildId;
     test8s.Name = name;
     return test8s;
 }