spring.net 验证
我第一次尝试使用 Spring.net 框架。我想使用它的验证功能。 我目前正在尝试验证业务对象,因此我定义了几个验证器(在应用程序配置文件中)。 我通过 IOC (ContextRegistry.GetContext().GetObject(validator name)) 检索这些验证器。 我想知道是否可以将验证器与对象关联起来,就像企业库中的情况一样。
感谢您抽出时间
I'm trying to use the Spring.net framework for the first time. I would like to use its validation capabilities.
I'm currently trying to validate business objects, so I have defined several validators (in the App config file).
I retrieve these validators through the IOC (ContextRegistry.GetContext().GetObject(validator name)).
I would like to know if it's possible to associate a validator to an object as it's the case in the Enterprise library.
Thanks for your time
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还可以使用验证方面(使用属性)
you can also use the Validation Aspect (using attributes)