コード例 #1
0
 partial void DeleteTrayItem(TrayItem instance);
コード例 #2
0
ファイル: TrayItemRep.cs プロジェクト: shentianyi/LEONIPack
 public bool Valid(TrayItem obj)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 partial void UpdateTrayItem(TrayItem instance);
コード例 #4
0
 partial void InsertTrayItem(TrayItem instance);
コード例 #5
0
		private void detach_TrayItem(TrayItem entity)
		{
			this.SendPropertyChanging();
			entity.Trays = null;
		}
コード例 #6
0
		private void attach_TrayItem(TrayItem entity)
		{
			this.SendPropertyChanging();
			entity.Trays = this;
		}
コード例 #7
0
		private void detach_TrayItem(TrayItem entity)
		{
			this.SendPropertyChanging();
			entity.SinglePackage = null;
		}