コード例 #1
0
		private void detach_PricePool(PricePool entity)
		{
			this.SendPropertyChanging();
			entity.Price = null;
		}
コード例 #2
0
		private void attach_PricePool(PricePool entity)
		{
			this.SendPropertyChanging();
			entity.Price = this;
		}
コード例 #3
0
 partial void UpdatePricePool(PricePool instance);
コード例 #4
0
 partial void DeletePricePool(PricePool instance);
コード例 #5
0
 partial void InsertPricePool(PricePool instance);