Example #1
0
 partial void DeleteIsotope(Isotope instance);
Example #2
0
 partial void UpdateIsotope(Isotope instance);
Example #3
0
		private void detach_Isotopes(Isotope entity)
		{
			this.SendPropertyChanging();
			entity.Element = null;
		}
Example #4
0
 partial void InsertIsotope(Isotope instance);
Example #5
0
		private void attach_Isotopes(Isotope entity)
		{
			this.SendPropertyChanging();
			entity.Element = this;
		}