Beispiel #1
0
 public bool GetRight(User pUser, eTypeAccess pTypeRight)
 {
     return((int)Right[pTypeRight] <= (int)pUser.TypeUser);
 }
Beispiel #2
0
        // public ReceiptWares ReceiptWaresWait { get; set; }

        void SetWaitConfirm(eTypeAccess pTypeAccess, ReceiptWares pRW = null)
        {
            CurWares       = pRW;
            TypeAccessWait = pTypeAccess;
            SetStateView(eStateMainWindows.WaitAdmin);
        }
Beispiel #3
0
 public bool GetRight(eTypeAccess pTypeRight)
 {
     return((int)Right[pTypeRight] <= (int)СurUser.TypeUser);
 }