示例#1
0
 /// <summary>
 /// There are no comments for Test4s in the schema.
 /// </summary>
 public void AddToTest4s(Test4s test4s)
 {
     base.AddObject("Test4s", test4s);
 }
示例#2
0
 /// <summary>
 /// Create a new Test4s object.
 /// </summary>
 /// <param name="testId4">Initial value of TestId4.</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 Test4s CreateTest4s(int testId4, int runId2, int buildId, string name)
 {
     Test4s test4s = new Test4s();
     test4s.TestId4 = testId4;
     test4s.RunId2 = runId2;
     test4s.BuildId = buildId;
     test4s.Name = name;
     return test4s;
 }