예제 #1
0
 /// <summary>
 /// Create a new Endograft object.
 /// </summary>
 /// <param name="endograftID">Initial value of the endograftID property.</param>
 /// <param name="brandID">Initial value of the brandID property.</param>
 /// <param name="patientID">Initial value of the patientID property.</param>
 public static Endograft CreateEndograft(global::System.Int32 endograftID, global::System.Int32 brandID, global::System.Int32 patientID)
 {
     Endograft endograft = new Endograft();
     endograft.endograftID = endograftID;
     endograft.brandID = brandID;
     endograft.patientID = patientID;
     return endograft;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Endografts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEndografts(Endograft endograft)
 {
     base.AddObject("Endografts", endograft);
 }