Beispiel #1
0
 partial void Deletet_Line(t_Line instance);
Beispiel #2
0
 partial void Updatet_Line(t_Line instance);
Beispiel #3
0
		private void detach_t_Lines2(t_Line entity)
		{
			this.SendPropertyChanging();
			entity.t_GPSPoint2 = null;
		}
Beispiel #4
0
 partial void Insertt_Line(t_Line instance);
Beispiel #5
0
		private void attach_t_Lines1(t_Line entity)
		{
			this.SendPropertyChanging();
			entity.t_GPSPoint1 = this;
		}