예제 #1
0
 /// <summary>
 /// There are no comments for Test5s in the schema.
 /// </summary>
 public void AddToTest5s(Test5s test5s)
 {
     base.AddObject("Test5s", test5s);
 }
예제 #2
0
 /// <summary>
 /// Create a new Test5s object.
 /// </summary>
 /// <param name="testId5">Initial value of TestId5.</param>
 /// <param name="runId2">Initial value of RunId2.</param>
 /// <param name="buildId">Initial value of BuildId.</param>
 /// <param name="name">Initial value of Name.</param>
 public static Test5s CreateTest5s(int testId5, int runId2, int buildId, string name)
 {
     Test5s test5s = new Test5s();
     test5s.TestId5 = testId5;
     test5s.RunId2 = runId2;
     test5s.BuildId = buildId;
     test5s.Name = name;
     return test5s;
 }