/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the Accreditations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAccreditations(Accreditation accreditation) { base.AddObject("Accreditations", accreditation); }