Example #1
0
 private bool IsTableVisible(MetaTable table)
 {
     return(!table.EntityType.IsAbstract && !String.IsNullOrEmpty(table.ListActionPath) && table.CanRead(Context.User));
 }