예제 #1
0
파일: COAT.Designer.cs 프로젝트: MyRSG/COAT
 /// <summary>
 /// Create a new Specialization object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Specialization CreateSpecialization(global::System.Int32 id)
 {
     Specialization specialization = new Specialization();
     specialization.Id = id;
     return specialization;
 }
예제 #2
0
파일: COAT.Designer.cs 프로젝트: MyRSG/COAT
 /// <summary>
 /// Deprecated Method for adding a new object to the Specializations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSpecializations(Specialization specialization)
 {
     base.AddObject("Specializations", specialization);
 }