Hi
Not quite sure I understand what you're trying to do. Perhaps you could give a more concrete example?
Anyway, all these things you need to access should be accessible from within your custom property validator. You might want to check out the source code for FV's built in property validators as a starting point: https://github.com/JeremySkinner/FluentValidation/tree/master/src/FluentValidation/Validators
Jeremy
Not quite sure I understand what you're trying to do. Perhaps you could give a more concrete example?
Anyway, all these things you need to access should be accessible from within your custom property validator. You might want to check out the source code for FV's built in property validators as a starting point: https://github.com/JeremySkinner/FluentValidation/tree/master/src/FluentValidation/Validators
Jeremy