コード例 #1
0
ファイル: TAC_KANBAN.Designer.cs プロジェクト: kantorn/toacs
 /// <summary>
 /// Create a new MA_LOSTTIME object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static MA_LOSTTIME CreateMA_LOSTTIME(global::System.Int32 id)
 {
     MA_LOSTTIME mA_LOSTTIME = new MA_LOSTTIME();
     mA_LOSTTIME.ID = id;
     return mA_LOSTTIME;
 }
コード例 #2
0
ファイル: TAC_KANBAN.Designer.cs プロジェクト: kantorn/toacs
 /// <summary>
 /// Deprecated Method for adding a new object to the MA_LOSTTIME EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMA_LOSTTIME(MA_LOSTTIME mA_LOSTTIME)
 {
     base.AddObject("MA_LOSTTIME", mA_LOSTTIME);
 }