コード例 #1
0
 partial void DeleteCase(Case instance);
コード例 #2
0
 partial void UpdateCase(Case instance);
コード例 #3
0
		private void detach_Cases(Case entity)
		{
			this.SendPropertyChanging();
			entity.Unit = null;
		}
コード例 #4
0
 partial void InsertCase(Case instance);
コード例 #5
0
		private void attach_Cases(Case entity)
		{
			this.SendPropertyChanging();
			entity.Unit = this;
		}