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

attach_RightAssociations() private method

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