/// <summary> /// Create a new MitarbeiterItem object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="nachname">Initial value of the Nachname property.</param> /// <param name="vorname">Initial value of the Vorname property.</param> /// <param name="geburtstag">Initial value of the Geburtstag property.</param> /// <param name="erstanstellung">Initial value of the Erstanstellung property.</param> /// <param name="personalNr">Initial value of the PersonalNr property.</param> /// <param name="userID">Initial value of the UserID property.</param> /// <param name="rowVersion">Initial value of the RowVersion property.</param> public static MitarbeiterItem CreateMitarbeiterItem(global::System.Int32 id, global::System.String nachname, global::System.String vorname, global::System.DateTime geburtstag, global::System.DateTime erstanstellung, global::System.String personalNr, global::System.String userID, global::System.Byte[] rowVersion) { MitarbeiterItem mitarbeiterItem = new MitarbeiterItem(); mitarbeiterItem.Id = id; mitarbeiterItem.Nachname = nachname; mitarbeiterItem.Vorname = vorname; mitarbeiterItem.Geburtstag = geburtstag; mitarbeiterItem.Erstanstellung = erstanstellung; mitarbeiterItem.PersonalNr = personalNr; mitarbeiterItem.UserID = userID; mitarbeiterItem.RowVersion = rowVersion; return mitarbeiterItem; }
/// <summary> /// Deprecated Method for adding a new object to the MitarbeiterItemSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMitarbeiterItemSet(MitarbeiterItem mitarbeiterItem) { base.AddObject("MitarbeiterItemSet", mitarbeiterItem); }