How to apply one validation for entire class in config file
I am applying the validations to my class using enterprise library configuration tool.I need to check the property contains value or not,If it is not null then only apply the validation.So how to give ignore nulls validation for entire class at a time in config file using configuration tool?