コード例 #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());
 }