コード例 #1
0
 partial void DeleteKeyWord(KeyWord instance);
コード例 #2
0
 partial void UpdateKeyWord(KeyWord instance);
コード例 #3
0
		private void detach_KeyWords(KeyWord entity)
		{
			this.SendPropertyChanging();
			entity.Vacancy = null;
		}
コード例 #4
0
 partial void InsertKeyWord(KeyWord instance);
コード例 #5
0
		private void attach_KeyWords(KeyWord entity)
		{
			this.SendPropertyChanging();
			entity.Vacancy = this;
		}