Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BloodTestsForMarkersOfCardiacDysfunctions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBloodTestsForMarkersOfCardiacDysfunctions(BLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION bLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION)
 {
     base.AddObject("BloodTestsForMarkersOfCardiacDysfunctions", bLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION);
 }
Example #2
0
 /// <summary>
 /// Create a new BLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static BLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION CreateBLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION(global::System.Guid id)
 {
     BLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION bLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION = new BLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION();
     bLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION.Id = id;
     return bLOOD_TESTS_FOR_MARKERS_OF_CARDIAC_DYSFUNCTION;
 }