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