コード例 #1
0
ファイル: COfis.Designer.cs プロジェクト: serdarkaracay/SLSpa
 /// <summary>
 /// Create a new DepartmanGorevler object.
 /// </summary>
 /// <param name="oID">Initial value of the OID property.</param>
 /// <param name="gorevID">Initial value of the GorevID property.</param>
 /// <param name="departmanID">Initial value of the DepartmanID property.</param>
 /// <param name="aktif">Initial value of the Aktif property.</param>
 public static DepartmanGorevler CreateDepartmanGorevler(global::System.Guid oID, global::System.Guid gorevID, global::System.Guid departmanID, global::System.Boolean aktif)
 {
     DepartmanGorevler departmanGorevler = new DepartmanGorevler();
     departmanGorevler.OID = oID;
     departmanGorevler.GorevID = gorevID;
     departmanGorevler.DepartmanID = departmanID;
     departmanGorevler.Aktif = aktif;
     return departmanGorevler;
 }
コード例 #2
0
ファイル: COfis.Designer.cs プロジェクト: serdarkaracay/SLSpa
 /// <summary>
 /// Deprecated Method for adding a new object to the DepartmanGorevler EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDepartmanGorevler(DepartmanGorevler departmanGorevler)
 {
     base.AddObject("DepartmanGorevler", departmanGorevler);
 }
コード例 #3
0
ファイル: OSYS.Web.g.cs プロジェクト: serdarkaracay/SLSpa
 private void DetachDepartmanGorevler(DepartmanGorevler entity)
 {
     entity.Departmanlar = null;
 }
コード例 #4
0
ファイル: OSYS.Web.g.cs プロジェクト: serdarkaracay/SLSpa
 private bool FilterDepartmanGorevler(DepartmanGorevler entity)
 {
     return (entity.DepartmanID == this.OID);
 }
コード例 #5
0
ファイル: OSYS.Web.g.cs プロジェクト: serdarkaracay/SLSpa
 private void AttachDepartmanGorevler(DepartmanGorevler entity)
 {
     entity.Departmanlar = this;
 }