nature_net.Interaction_Type.detach_Interaction_Logs C# (CSharp) Метод

detach_Interaction_Logs() приватный Метод

private detach_Interaction_Logs ( Interaction_Log entity ) : void
entity Interaction_Log
Результат void
		private void detach_Interaction_Logs(Interaction_Log entity)
		{
			this.SendPropertyChanging();
			entity.Interaction_Type = null;
		}
	}