Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TestResultProperties EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTestResultProperties(TestResultProperty testResultProperty)
 {
     base.AddObject("TestResultProperties", testResultProperty);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new TestResultProperty object.
 /// </summary>
 /// <param name="propertyID">Initial value of the PropertyID property.</param>
 /// <param name="testResultID">Initial value of the TestResultID property.</param>
 public static TestResultProperty CreateTestResultProperty(global::System.Int32 propertyID, global::System.Int32 testResultID)
 {
     TestResultProperty testResultProperty = new TestResultProperty();
     testResultProperty.PropertyID = propertyID;
     testResultProperty.TestResultID = testResultID;
     return testResultProperty;
 }