Exemplo n.º 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;
 }
Exemplo n.º 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;
		}
Exemplo n.º 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;
		}
Exemplo n.º 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;
		}
Exemplo n.º 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;
		}
Exemplo n.º 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;
 }
Exemplo n.º 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;
		}
Exemplo n.º 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;
 }
Exemplo n.º 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;
 }
Exemplo n.º 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;
 }
Exemplo n.º 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;
		}
Exemplo n.º 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;
		}
Exemplo n.º 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;
 }
Exemplo n.º 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;
 }