Example #1
0
		private void detach_StopPoints(StopPoint entity)
		{
			this.SendPropertyChanging();
			entity.Place = null;
		}
Example #2
0
		private void attach_StopPoints(StopPoint entity)
		{
			this.SendPropertyChanging();
			entity.Place = this;
		}
Example #3
0
		private void detach_StopPoints(StopPoint entity)
		{
			this.SendPropertyChanging();
			entity.Descriptor = null;
		}
Example #4
0
 partial void DeleteStopPoint(StopPoint instance);
Example #5
0
 partial void UpdateStopPoint(StopPoint instance);
Example #6
0
 partial void InsertStopPoint(StopPoint instance);