Ejemplo n.º 1
0
 public virtual bool IsAllowedNavigate(Net.Vpc.Upa.Entity entity, object id, object @object) /* throws Net.Vpc.Upa.Exceptions.UPAException */
 {
     Net.Vpc.Upa.EntitySecurityManager s = entity.GetEntitySecurityManager();
     if (s != null)
     {
         return(s.IsAllowedNavigate(entity, id, @object));
     }
     return(IsAllowedKey(entity, "Navigate"));
 }
Ejemplo n.º 2
0
 public virtual bool IsAllowedNavigate(Net.Vpc.Upa.Entity entity, string navigationMode) /* throws Net.Vpc.Upa.Exceptions.UPAException */
 {
     Net.Vpc.Upa.EntitySecurityManager s = entity.GetEntitySecurityManager();
     if (s != null)
     {
         return(s.IsAllowedNavigate(entity, navigationMode));
     }
     return(IsAllowedKey(entity, "Navigate"));
 }