C# 常用方法
typeof(xxx).isAssignable(typeof(xxx));//两个类是否有继承/实现关系,存在开放型泛型不相等。
typeof(xxx).isAssignable(typeof(xxx));//两个类是否有继承/实现关系,存在开放型泛型不相等。
.Net5:
在Startup中以Parm方法的形式注入容器ContainerBuilder;
.Net6:
在注册服务时
builder.Host.UserServiceProviderFactory(New AutofacServiceProviderFactory());//以AutoFac为例。
builder.Host.ConfigureContainer(ContainerBuilder)
特性:必须全局打开,谨慎使用,优先考虑 原生五种过滤器。
builder.Host.UserServiceProviderFactory(New AutofactServiceProviderFactory());
允许类中使用属性注入:
builder.registerRegisterType
builder.registerRegisterType
定义public static str method();
使用 SystemComputed::retunField()定义str值,再使用SystemComputed其他方法构建出Query语句并return就好。