Is it only code generation in complile-time that does the trick? Or some run-time mechanisms are involved?
views:
21answers:
1
A:
Validation metadata is provided only by codegen. Silverlight Validation uses MemberInfo.GetCustomAttributes() (in System.Reflection) to determine the metadata and I don't believe there are any ways to plug into that.
Kyle McClellan
2010-09-17 15:15:04