validation-application-bl
Validate password length using an attribute that also accepts empty?
I would like to validate password length on edit if password is entered otherwise empty should be considered ok.[详细]
2023-03-22 19:50 分类:问答Enterprise Library 4.0 ValidationProvider Self Validation question
I am using the Validationprovider control for the 1st time. I\'ve had limited success trying to mimic the functionality t hat I saw in the ValidationQuickStart solution example that comes with the Ent[详细]
2023-02-27 07:21 分类:问答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 i开发者_如何转开发tems I need to validate is an int that can be[详细]
2023-02-26 18:12 分类:问答Can MVC UpdateModel use Enterprise Library VAB?
...or should I say, what\'s the cleanest way to use Enterprise Library 5 VAB with MVC? I currently use the form:[详细]
2023-02-23 06:46 分类:问答Performing validation of a Business object. What about the contained objects?
I am new to Enterprise Library. I am trying to validate a Business Object of type JuvenileClientContactItem.[详细]
2023-02-19 01:39 分类:问答Enterprise Library 5.0, Validation in abstract base class
my business layer uses an abstract base class called DomainObject that implements IDataErrorInfo to offer validation-binding for WPF.[详细]
2023-02-17 10:20 分类:问答Issues with inheritance and Validation Application Block's ObjectCollectionValidator
I\'m sorry if this has been asked before, I tried many combinations of keywords to describe the issue but was unable to find anything on Google or SO.[详细]
2023-01-30 16:22 分类:问答WPF, EntLib: PropertyComparisonValidator does not update the UI of the compared value
I have a problem with the PropertyComparisonValidator of EntLib 5.0. I set up an simple form with an Min and a Max field.[详细]
2023-01-29 16:54 分类:问答How can you get the first validation error on a property only using Validation Application Block?
If I have two validators, a NotNul开发者_StackOverflow中文版lValidator and a StringLengthValidator, is there a way to get only a Null Validation Error and not both. For example:[详细]
2023-01-18 14:58 分类:问答Metadatatypes with self-validation using validation application block
Is it possible to use the selfvalidation attribute 开发者_StackOverflowwith my validations located in a metadatatype?I\'m using Enterprise Library 5\'s Validation Application Block.As I explained in m[详细]
2023-01-15 10:27 分类:问答