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