Esempio n. 1
0
 public static bool IsSchemaProvider(this IExecutable e)
 {
     return(e.IsProvider() && e.IsSchema());
 }
Esempio n. 2
0
 public static bool IsSchemaRule(this IExecutable e)
 {
     return(e.IsRule() && e.IsSchema());
 }