コード例 #1
0
 partial void DeleteUf(Uf instance);
コード例 #2
0
 partial void UpdateUf(Uf instance);
コード例 #3
0
		private void detach_Ufs(Uf entity)
		{
			this.SendPropertyChanging();
			entity.Pai = null;
		}
コード例 #4
0
 partial void InsertUf(Uf instance);
コード例 #5
0
		private void attach_Ufs(Uf entity)
		{
			this.SendPropertyChanging();
			entity.Pai = this;
		}