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

detach_Sections() private method

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