Beispiel #1
0
 /// <summary>
 /// 对于'不能编辑' 来说 如果返回为false 说明 不能编辑  反正 可以
 /// 对于'查看所有' 来说 如果返回为false 说明 不能查看所有  反正 能查看所有
 /// </summary>
 /// <param name="currentUserId"></param>
 /// <param name="displayName"></param>
 /// <param name="textName"></param>
 /// <returns></returns>
 public bool GetUserRight(int currentUserId, string displayName, string textName)
 {
     return(EntityDao.GetUserRight(currentUserId, displayName, textName));
 }