예제 #1
0
 partial void DeleteBulletin(Bulletin instance);
예제 #2
0
 partial void UpdateBulletin(Bulletin instance);
예제 #3
0
 partial void InsertBulletin(Bulletin instance);
예제 #4
0
		private void detach_Bulletins(Bulletin entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
예제 #5
0
		private void detach_Bulletins(Bulletin entity)
		{
			this.SendPropertyChanging();
			entity.DeliveryMode = null;
		}
예제 #6
0
		private void detach_Bulletins(Bulletin entity)
		{
			this.SendPropertyChanging();
			entity.Association = null;
		}