Tp.LegacyProfileConvertsion.Common.TpUser.attach_Generals C# (CSharp) Méthode

attach_Generals() private méthode

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