Top "Ivalidatableobject" questions

How do I use IValidatableObject?

I understand that IValidatableObject is used to validate an object in a way that lets one compare properties against each …

c# asp.net ivalidatableobject
IValidatableObject Validate method firing when DataAnnotations fails

I've a ViewModel which has some DataAnnotations validations and then for more complex validations implements IValidatableObject and uses Validate method. …

asp.net asp.net-mvc asp.net-mvc-3 data-annotations ivalidatableobject
What is the purpose of ValidationContext when implementing IValidatableObject

I have implemented IValidatableObject several times and have never found out what the purpose of parsing ValidationContext to the Validate …

c# .net-4.0 ivalidatableobject