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

attach_Sections() 개인적인 메소드

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