Glyma.Security.CompleteModel.Right.detach_RightAssociations C# (CSharp) 메소드

detach_RightAssociations() 개인적인 메소드

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