Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
555 views

Metadatatypes with self-validation using validation application block

Is it possible to use the selfvalidation attribute with my validations located in a metadatatype? I'm using Enterprise Library 5's Validation Application Block.
1
vote
1answer
118 views

VAB: can a validator be associated with more than one rule set?

Using the (MS) Enterprise Library, Validation Application Block (VAB), you can include attributes in your code to define rule sets. I have applied the attributes to the properties of a class and I ...
0
votes
1answer
73 views

Inject values into custom VAB validator?

I'm building a mvc webapp that shares model objects with an existing winforms app. I'm introducing VAB validation into it. One of the items I need to validate is an int that can be one of x levels. ...
0
votes
1answer
232 views

Reading EntLib 4.1 configuration from an in-memory XML string

I'd like to use the EntLib 4.1 in my current project, specifically Unity 1.2 and the VAB. My application is an SaaS application, so as a result, I've made a decision to store tenant-specific ...