コード例 #1
0
 public bool CanRead(BibaObject obj)
 {
     return(Level <= obj.Level);
 }
コード例 #2
0
 public bool CanWrite(BibaObject obj)
 {
     return(obj.Level <= Level);
 }
コード例 #3
0
 public bool CanExecutable(BibaObject obj)
 {
     return(Level <= obj.Level);
 }