/// <summary> /// There are no comments for Test2s in the schema. /// </summary> public void AddToTest2s(Test2s test2s) { base.AddObject("Test2s", test2s); }
/// <summary> /// Create a new Test2s object. /// </summary> /// <param name="testId2">Initial value of TestId2.</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 Test2s CreateTest2s(int testId2, int runId1, int buildId, string name) { Test2s test2s = new Test2s(); test2s.TestId2 = testId2; test2s.RunId1 = runId1; test2s.BuildId = buildId; test2s.Name = name; return test2s; }