castle-validators
Can Castle Validators work with DataAnnotations attributes?
Is there a way of making DataAnnotations attributes such as Required to work with Castle Validators? I know Castle has its own attributes - but I am wanting to use the same attrib开发者_StackOverflow[详细]
2023-03-27 04:10 分类:问答How to use CastleValidator with clientside jquery validation plugin in asp.net mvc?
H开发者_开发问答ow to use CastleValidator with clientside jquery validation plugin together in asp.net mvc?[详细]
2023-03-02 09:44 分类:问答Castle Active Record - Validation and Relationships
I have two models: foo and bar. Foo has a bar object. Foo and bar have开发者_Go百科 validation rules. If I call Foo.isValid() it doesn\'t validate bar too. I need to validate bar with isValid. How doe[详细]
2023-02-28 18:38 分类:问答Is there a way to disable Castle Active Record validation for an nhibernate session / active record scope
Is there a way to disable Active Record validation for an nhibernate session / active record scope? I have a scenario whereby we are performing deletion of a large number of items - and in some cases[详细]
2023-02-04 07:52 分类:问答