public void UpdateImmediateAction(Role role, ISecuredItem item, SecuredAction action, bool isAllowed)
 {
     throw new NotImplementedException();
 }
 public bool CheckPermission(User user, ISecuredItem item, Permission permission)
 {
     throw new NotImplementedException();
 }
 public bool CheckAction(User user, ISecuredItem item, SecuredAction actionId)
 {
     throw new NotImplementedException();
 }
 public NodeType GetNodeTypeForNode(ISecuredItem item)
 {
     throw new NotImplementedException();
 }
 public ISecurityCanDoesOrGetRolesForSyntax For(ISecuredItem item)
 {
     throw new NotImplementedException();
 }
 public void RecalculatePermissions(ISecuredItem item)
 {
     throw new NotImplementedException();
 }
 public IEnumerable <Role> GetRolesForPermission(ISecuredItem item, Permission permission)
 {
     throw new NotImplementedException();
 }
 public IEnumerable<Role> GetRolesForPermission(ISecuredItem item, Permission permission)
 {
     throw new NotImplementedException();
 }
 public void SetPermissionsForRole(ISecuredItem item, int roleId, IEnumerable <PermissionEntry> entries)
 {
     throw new NotImplementedException();
 }
 public ISecurityCanDoesOrGetRolesForSyntax For(ISecuredItem item)
 {
     throw new NotImplementedException();
 }
 public NodeType GetNodeTypeForNode(ISecuredItem item)
 {
     throw new NotImplementedException();
 }
 public bool CheckPermission(User user, ISecuredItem item, Permission permission)
 {
     throw new NotImplementedException();
 }
 public bool CheckAction(User user, ISecuredItem item, SecuredAction actionId)
 {
     throw new NotImplementedException();
 }
 public void UpdateImmediateAction(Role role, ISecuredItem item, SecuredAction action, bool isAllowed)
 {
     throw new NotImplementedException();
 }
 public void SetPermissionsForRole(ISecuredItem item, int roleId, IEnumerable<PermissionEntry> entries)
 {
     throw new NotImplementedException();
 }
 public void RecalculatePermissions(ISecuredItem item)
 {
     throw new NotImplementedException();
 }