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