コード例 #1
0
		private void detach_itemVLunars(itemVLunar entity)
		{
			this.SendPropertyChanging();
			entity.item = null;
		}
コード例 #2
0
		private void attach_itemVLunars(itemVLunar entity)
		{
			this.SendPropertyChanging();
			entity.item = this;
		}
コード例 #3
0
 partial void UpdateitemVLunar(itemVLunar instance);
コード例 #4
0
 partial void DeleteitemVLunar(itemVLunar instance);
コード例 #5
0
 partial void InsertitemVLunar(itemVLunar instance);