/// <summary> /// Deprecated Method for adding a new object to the SortableAktivitaeten EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSortableAktivitaeten(SortableAktivitaeten sortableAktivitaeten) { base.AddObject("SortableAktivitaeten", sortableAktivitaeten); }
/// <summary> /// Create a new SortableAktivitaeten object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static SortableAktivitaeten CreateSortableAktivitaeten(global::System.Guid id) { SortableAktivitaeten sortableAktivitaeten = new SortableAktivitaeten(); sortableAktivitaeten.ID = id; return sortableAktivitaeten; }