예제 #1
0
 /// <summary>
 /// There are no comments for Test1s in the schema.
 /// </summary>
 public void AddToTest1s(Test1s test1s)
 {
     base.AddObject("Test1s", test1s);
 }
예제 #2
0
 /// <summary>
 /// Create a new Test1s object.
 /// </summary>
 /// <param name="testId1">Initial value of TestId1.</param>
 /// <param name="runId1">Initial value of RunId1.</param>
 /// <param name="buildId">Initial value of BuildId.</param>
 /// <param name="name">Initial value of Name.</param>
 public static Test1s CreateTest1s(int testId1, int runId1, int buildId, string name)
 {
     Test1s test1s = new Test1s();
     test1s.TestId1 = testId1;
     test1s.RunId1 = runId1;
     test1s.BuildId = buildId;
     test1s.Name = name;
     return test1s;
 }