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