/// <summary> /// Deprecated Method for adding a new object to the Personel EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPersonel(Personel personel) { base.AddObject("Personel", personel); }
private bool FilterPersonel1(Personel entity) { return (entity.DepartmanID == this.OID); }
/// <summary> /// Create a new Personel object. /// </summary> /// <param name="oID">Initial value of the OID property.</param> public static Personel CreatePersonel(global::System.Guid oID) { Personel personel = new Personel(); personel.OID = oID; return personel; }
private bool FilterPersonel(Personel entity) { return (entity.OID == this.EmployeeId); }
private bool FilterPersonel(Personel entity) { return (entity.OID == this.YoneticiId); }
private void DetachPersonel1(Personel entity) { entity.Departmanlar1 = null; }
private void AttachPersonel1(Personel entity) { entity.Departmanlar1 = this; }
private bool FilterPersonel(Personel entity) { return (entity.PersonelProfilID == this.OID); }
private void DetachPersonel(Personel entity) { entity.PersonelProfili = null; }
private void AttachPersonel(Personel entity) { entity.PersonelProfili = this; }