示例#1
0
 /// <summary>
 /// There are no comments for Test3s in the schema.
 /// </summary>
 public void AddToTest3s(Test3s test3s)
 {
     base.AddObject("Test3s", test3s);
 }
示例#2
0
 /// <summary>
 /// Create a new Test3s object.
 /// </summary>
 /// <param name="testId3">Initial value of TestId3.</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 Test3s CreateTest3s(int testId3, int runId1, int buildId, string name)
 {
     Test3s test3s = new Test3s();
     test3s.TestId3 = testId3;
     test3s.RunId1 = runId1;
     test3s.BuildId = buildId;
     test3s.Name = name;
     return test3s;
 }