Validation soap messages in WCF C# -


is possible check if field marked [datacontract] belongs list of string ?

i mean that:

[datacontract(possiblevalues=somelist)] string value; 

not directly, implement dataannotations implement server side validation. see here examples.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -