Engage.Survey.Entities.Survey.detach_Sections C# (CSharp) 메소드

detach_Sections() 개인적인 메소드

private detach_Sections ( Section entity ) : void
entity Section
리턴 void
		private void detach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Survey = null;
		}