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