示例#1
0
 public static bool FieldInAllowList(TableInfo tableInfo, Info info, string propertyName, EOperation AllowList)
 {
     return(HelperRestrictions.RunRestrictions(FieldConfigShow.HideAll, tableInfo, info, propertyName, AllowList));
 }
示例#2
0
 public static bool FieldInBlackList(TableInfo tableInfo, Info info, string propertyName, EOperation blackList)
 {
     return(HelperRestrictions.RunRestrictions(FieldConfigShow.ShowAll, tableInfo, info, propertyName, blackList));
 }