コード例 #1
0
 partial void UpdatePhone(Phone instance);
コード例 #2
0
 partial void DeletePhone(Phone instance);
コード例 #3
0
 partial void InsertPhone(Phone instance);
コード例 #4
0
		private void detach_Phones(Phone entity)
		{
			this.SendPropertyChanging();
			entity.Customer = null;
		}
コード例 #5
0
		private void attach_Phones(Phone entity)
		{
			this.SendPropertyChanging();
			entity.Customer = this;
		}
コード例 #6
0
		private void detach_Phones(Phone entity)
		{
			this.SendPropertyChanging();
			entity.PhoneType = null;
		}
コード例 #7
0
		private void attach_Phones(Phone entity)
		{
			this.SendPropertyChanging();
			entity.PhoneType = this;
		}