Glyma.Security.CompleteModel.Right.attach_RightAssociations C# (CSharp) Метод

attach_RightAssociations() приватный Метод

private attach_RightAssociations ( RightAssociation entity ) : void
entity RightAssociation
Результат void
		private void attach_RightAssociations(RightAssociation entity)
		{
			this.SendPropertyChanging();
			entity.Right = this;
		}