Beispiel #1
0
 partial void DeletePRODBOM(PRODBOM instance);
Beispiel #2
0
 partial void UpdatePRODBOM(PRODBOM instance);
Beispiel #3
0
 partial void InsertPRODBOM(PRODBOM instance);
Beispiel #4
0
		private void detach_PRODBOMs(PRODBOM entity)
		{
			this.SendPropertyChanging();
			entity.PRODROUTE = null;
		}
Beispiel #5
0
		private void attach_PRODBOMs(PRODBOM entity)
		{
			this.SendPropertyChanging();
			entity.PRODROUTE = this;
		}
Beispiel #6
0
		private void detach_PRODBOMs(PRODBOM entity)
		{
			this.SendPropertyChanging();
			entity.INVENTTABLE = null;
		}