SelfValidation in DataAnnotations?
Posted
by DotnetDude
on Stack Overflow
See other posts from Stack Overflow
or by DotnetDude
Published on 2010-04-20T22:09:02Z
Indexed on
2010/04/20
22:13 UTC
Read the original article
Hit count: 676
With Validation Application block, there's the following functionality:
- Creating Custom attributes
- Creating SelfValidation on the type
- Ability to read from external config file
I plan to use the DataAnnotations to replace the Validation application block. Are the above possible with DataAnnotations? If so, how'd I implement them?
© Stack Overflow or respective owner