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