Glyma.Security.CompleteModel.Right.detach_RightAssociations C# (CSharp) Method

detach_RightAssociations() private method

private detach_RightAssociations ( RightAssociation entity ) : void
entity RightAssociation
return void
		private void detach_RightAssociations(RightAssociation entity)
		{
			this.SendPropertyChanging();
			entity.Right = null;
		}
	}