예제 #1
0
 public static string AclGetName(MtaAcl theAcl)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public static bool AclGetRight(MtaAcl theAcl, string rightName)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public static bool AclDestroy(MtaAcl theACL)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public static bool AclSetRight(MtaAcl theAcl, string rightName, bool hasAccess)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public static dynamic AclListRights(MtaAcl theACL, string allowedType)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public static bool AclGroupRemoveACL(MtaAclGroup theGroup, MtaAcl theACL)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public AclEntry(MtaAcl mtaAclEntry)
 {
     entry = mtaAclEntry;
 }