Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Personel EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPersonel(Personel personel)
 {
     base.AddObject("Personel", personel);
 }
Beispiel #2
0
 private bool FilterPersonel1(Personel entity)
 {
     return (entity.DepartmanID == this.OID);
 }
Beispiel #3
0
 /// <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;
 }
Beispiel #4
0
 private bool FilterPersonel(Personel entity)
 {
     return (entity.OID == this.EmployeeId);
 }
Beispiel #5
0
 private bool FilterPersonel(Personel entity)
 {
     return (entity.OID == this.YoneticiId);
 }
Beispiel #6
0
 private void DetachPersonel1(Personel entity)
 {
     entity.Departmanlar1 = null;
 }
Beispiel #7
0
 private void AttachPersonel1(Personel entity)
 {
     entity.Departmanlar1 = this;
 }
Beispiel #8
0
 private bool FilterPersonel(Personel entity)
 {
     return (entity.PersonelProfilID == this.OID);
 }
Beispiel #9
0
 private void DetachPersonel(Personel entity)
 {
     entity.PersonelProfili = null;
 }
Beispiel #10
0
 private void AttachPersonel(Personel entity)
 {
     entity.PersonelProfili = this;
 }