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;
		}