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;
		}
	}