Hi
This isn't supported in FluentValidation - the entire purpose of the library is to validate properties on objects (most typically, view-model instances).
What you're trying to do is probably possible with some work but I'd not recommend it. If this is the approach you want to take then FluentValidation probably isn't for you.
Jeremy