Tp.LegacyProfileConvertsion.Common.TpUser.attach_Generals C# (CSharp) Method

attach_Generals() private method

private attach_Generals ( General entity ) : void
entity General
return void
		private void attach_Generals(General entity)
		{
			this.SendPropertyChanging();
			entity.TpUser = this;
		}
		
TpUser