Method | Description | |
---|---|---|
IsAggregateRoot ( |
判断给定类型是否是聚合根
|
|
IsComponent ( |
判断给定类型是否是组件,标记了ComponentAttribute特性的类
|
|
IsController ( |
判断给定类型是否是MVC Controller
|
|
IsEventSubscriber ( |
判断给定类型是否是事件订阅者
|
|
IsRepository ( |
判断给定类型是否是仓储
|
|
IsService ( |
判断给定类型是否是服务
|
|
IsSourcableEvent ( |
判断给定类型是否是可溯源事件
|
public static IsAggregateRoot ( |
||
type | ||
return | bool |
public static IsComponent ( |
||
type | ||
return | bool |
public static IsController ( |
||
type | ||
return | bool |
public static IsEventSubscriber ( |
||
type | ||
return | bool |
public static IsRepository ( |
||
type | ||
return | bool |
public static IsService ( |
||
type | ||
return | bool |
public static IsSourcableEvent ( |
||
type | ||
return | bool |