/// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
		/// <param name="entity">The related entity to detach from</param>
		private void Detach_SalesOrderHeaders1(SalesOrderHeader entity)
		{
			this.SendPropertyChanging("SalesOrderHeaders1");
			entity.Address1 = null;
		}
		/// <summary>Attaches this instance to the entity specified as an associated entity</summary>
		/// <param name="entity">The related entity to attach to</param>
		private void Attach_SalesOrderHeaders(SalesOrderHeader entity)
		{
			this.SendPropertyChanging("SalesOrderHeaders");
			entity.CreditCard = this;
		}
		/// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
		/// <param name="entity">The related entity to detach from</param>
		private void Detach_SalesOrderHeaders(SalesOrderHeader entity)
		{
			this.SendPropertyChanging("SalesOrderHeaders");
			entity.SalesPerson = null;
		}
		/// <summary>Attaches this instance to the entity specified as an associated entity</summary>
		/// <param name="entity">The related entity to attach to</param>
		private void Attach_SalesOrderHeaders(SalesOrderHeader entity)
		{
			this.SendPropertyChanging("SalesOrderHeaders");
			entity.Address = this;
		}
 /// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
 /// <param name="entity">The related entity to detach from</param>
 private void Detach_SalesOrderHeaders(SalesOrderHeader entity)
 {
     this.SendPropertyChanging("SalesOrderHeaders");
     entity.SalesTerritory = null;
 }
		/// <summary>Attaches this instance to the entity specified as an associated entity</summary>
		/// <param name="entity">The related entity to attach to</param>
		private void Attach_SalesOrderHeaders(SalesOrderHeader entity)
		{
			this.SendPropertyChanging("SalesOrderHeaders");
			entity.SalesTerritory = this;
		}
 /// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
 /// <param name="entity">The related entity to detach from</param>
 private void Detach_SalesOrderHeaders(SalesOrderHeader entity)
 {
     this.SendPropertyChanging("SalesOrderHeaders");
     entity.CurrencyRate = null;
 }
 /// <summary>Attaches this instance to the entity specified as an associated entity</summary>
 /// <param name="entity">The related entity to attach to</param>
 private void Attach_SalesOrderHeaders(SalesOrderHeader entity)
 {
     this.SendPropertyChanging("SalesOrderHeaders");
     entity.SalesPerson = this;
 }
		/// <summary>Attaches this instance to the entity specified as an associated entity</summary>
		/// <param name="entity">The related entity to attach to</param>
		private void Attach_SalesOrderHeaders(SalesOrderHeader entity)
		{
			this.SendPropertyChanging("SalesOrderHeaders");
			entity.ShipMethod = this;
		}
Exemple #10
0
 /// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
 /// <param name="entity">The related entity to detach from</param>
 private void Detach_SalesOrderHeaders(SalesOrderHeader entity)
 {
     this.SendPropertyChanging("SalesOrderHeaders");
     entity.ShipMethod = null;
 }
		/// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
		/// <param name="entity">The related entity to detach from</param>
		private void Detach_SalesOrderHeaders(SalesOrderHeader entity)
		{
			this.SendPropertyChanging("SalesOrderHeaders");
			entity.CurrencyRate = null;
		}
 /// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
 /// <param name="entity">The related entity to detach from</param>
 private void Detach_SalesOrderHeaders1(SalesOrderHeader entity)
 {
     this.SendPropertyChanging("SalesOrderHeaders1");
     entity.Address1 = null;
 }
 /// <summary>Attaches this instance to the entity specified as an associated entity</summary>
 /// <param name="entity">The related entity to attach to</param>
 private void Attach_SalesOrderHeaders(SalesOrderHeader entity)
 {
     this.SendPropertyChanging("SalesOrderHeaders");
     entity.CreditCard = this;
 }