Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TestSpecifications EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTestSpecifications(TestSpecification testSpecification)
 {
     base.AddObject("TestSpecifications", testSpecification);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new TestSpecification object.
 /// </summary>
 /// <param name="testSpecificationID">Initial value of the TestSpecificationID property.</param>
 public static TestSpecification CreateTestSpecification(global::System.Int32 testSpecificationID)
 {
     TestSpecification testSpecification = new TestSpecification();
     testSpecification.TestSpecificationID = testSpecificationID;
     return testSpecification;
 }