nature_net.Interaction_Type.detach_Interaction_Logs C# (CSharp) Method

detach_Interaction_Logs() private method

private detach_Interaction_Logs ( Interaction_Log entity ) : void
entity Interaction_Log
return void
		private void detach_Interaction_Logs(Interaction_Log entity)
		{
			this.SendPropertyChanging();
			entity.Interaction_Type = null;
		}
	}