Engage.Survey.Entities.Survey.attach_Sections C# (CSharp) Method

attach_Sections() private method

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