Exemplo n.º 1
0
		private void detach_LocationLinks1(LocationLink entity)
		{
			this.SendPropertyChanging();
			entity.Location1 = null;
		}
Exemplo n.º 2
0
		private void attach_LocationLinks(LocationLink entity)
		{
			this.SendPropertyChanging();
			entity.Location = this;
		}