Пример #1
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.Customer = null;
 }
Пример #2
0
		/// <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.Customer = this;
		}
Пример #3
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.CurrencyRate = null;
		}
Пример #4
0
		/// <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;
		}
Пример #5
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.SalesPerson = null;
		}
Пример #6
0
 /// <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.CurrencyRate = this;
 }
Пример #7
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.CreditCard = null;
		}
Пример #8
0
 /// <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;
 }
Пример #9
0
 /// <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;
 }
Пример #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;
 }
Пример #11
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_SalesOrderHeaders1(SalesOrderHeader entity)
		{
			this.SendPropertyChanging("SalesOrderHeaders1");
			entity.Address1 = null;
		}
Пример #12
0
		/// <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;
		}
Пример #13
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.SalesTerritory = null;
 }
Пример #14
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_SalesOrderHeaders1(SalesOrderHeader entity)
 {
     this.SendPropertyChanging("SalesOrderHeaders1");
     entity.Address1 = null;
 }