コード例 #1
0
		private void detach_T_CancellationNotes(T_CancellationNote entity)
		{
			this.SendPropertyChanging();
			entity.T_Note = null;
		}
コード例 #2
0
 partial void DeleteT_CancellationNote(T_CancellationNote instance);
コード例 #3
0
 partial void InsertT_CancellationNote(T_CancellationNote instance);
コード例 #4
0
 partial void UpdateT_CancellationNote(T_CancellationNote instance);
コード例 #5
0
		private void attach_T_CancellationNotes(T_CancellationNote entity)
		{
			this.SendPropertyChanging();
			entity.T_Lead = this;
		}