开发者

Data Annotation/Validation and dynamic values

开发者 https://www.devze.com 2022-12-18 08:17 出处:网络
If some of my models have dynamic validation conditions (i.e. the string length can be minimum of 8 or 12 depending on a database value or so开发者_StackOverflow中文版me other dynamic value) is it imp

If some of my models have dynamic validation conditions (i.e. the string length can be minimum of 8 or 12 depending on a database value or so开发者_StackOverflow中文版me other dynamic value) is it impossible to use data annotation for validation?

From what I understand, the values of any parameter (example StringLength min/max value) have to be truly static. Are there alternatives for applications that have dynamic validation values?


Your pretty much stuck with writing your own custom validationattribute:

http://msdn.microsoft.com/en-us/library/system.componentmodel.dataannotations.validationattribute.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号