Southwind.Load.CustomerDemographic.attach_CustomerCustomerDemos C# (CSharp) Method

attach_CustomerCustomerDemos() private method

private attach_CustomerCustomerDemos ( CustomerCustomerDemo entity ) : void
entity CustomerCustomerDemo
return void
		private void attach_CustomerCustomerDemos(CustomerCustomerDemo entity)
		{
			this.SendPropertyChanging();
			entity.CustomerDemographic = this;
		}