Glyma.Security.CompleteModel.Right.attach_RightAssociations C# (CSharp) Méthode

attach_RightAssociations() private méthode

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